#681920

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

Shades of Pohutukawa #681920

Tints of Pohutukawa #681920

Color information

#681920 (or 0x681920) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 20. RGB value is (104,25,32). Sum of RGB (Red+Green+Blue) = 104+25+32=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681920 is #97E6DF. Grayscale: #313131. Windows color (decimal): -9955040 or 2103656. OLE color: 2103656.

HSL color Cylindrical-coordinate representation of color #681920: hue angle of 354.68º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681920 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1042532-
CMYK00.760.690.59
HSL354.68º61.24%25.29%-
HSV(B)354.68º75.96%40.78%-
XYZ6.323.741.76-
YUV49.42118.17166.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=64.60%
G=15.53%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104253200.760.690.59354.6861.2425.29
Hex68192004C453B1633d19
Octal15031400114105735437531
Binary11010001100110000001001100100010111101110110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681920; }

 p { color: rgb(104,25,32); }

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

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

 a { background-color: rgb(104,25,32); }

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

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

 span { border-color: rgb(104,25,32); }

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