#61102C

Color #61102C Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #61102C

Tints of Pohutukawa #61102C

Color information

#61102C (or 0x61102C) is unknown color: approx Pohutukawa. HEX triplet: 61, 10 and 2C. RGB value is (97,16,44). Sum of RGB (Red+Green+Blue) = 97+16+44=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #61102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61102C is #9EEFD3. Grayscale: #2B2B2B. Windows color (decimal): -10416084 or 2887777. OLE color: 2887777.

HSL color Cylindrical-coordinate representation of color #61102C: hue angle of 339.26º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61102C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB971644-
CMYK00.840.550.62
HSL339.26º71.68%22.16%-
HSV(B)339.26º83.51%38.04%-
XYZ5.573.092.69-
YUV43.41128.34166.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=61.78%
G=10.19%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97164400.840.550.62339.2671.6822.16
Hex61102C054373E1534816
Octal14120540124677652311026
Binary11000011000010110001010100110111111110101010011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61102C; }

 p { color: rgb(97,16,44); }

 H1.HeaderClassName
 {
   color: #61102C;
 }
 .AnyTagClassName
 {
   color: #61102C;
 }
</style>
background-color css

<style>
 a { background-color: #61102C; }

 a { background-color: rgb(97,16,44); }

 div.DivClassName
 {
   background-color: #61102C;
 }
 .BgClassName
 {
   background-color: #61102C;
 }
</style>
border-color css

<style>
 span { border-color: #61102C; }

 span { border-color: rgb(97,16,44); }

 td.TdClassName
 {
   border-color: #61102C;
 }
 .TagClassName
 {
   border-color: #61102C;
 }
</style>