#681921

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

Shades of Pohutukawa #681921

Tints of Pohutukawa #681921

Color information

#681921 (or 0x681921) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 21. RGB value is (104,25,33). Sum of RGB (Red+Green+Blue) = 104+25+33=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681921 is #97E6DE. Grayscale: #313131. Windows color (decimal): -9955039 or 2169192. OLE color: 2169192.

HSL color Cylindrical-coordinate representation of color #681921: hue angle of 353.92º 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 #681921 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1042533-
CMYK00.760.680.59
HSL353.92º61.24%25.29%-
HSV(B)353.92º75.96%40.78%-
XYZ6.333.751.83-
YUV49.53118.67166.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=64.20%
G=15.43%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104253300.760.680.59353.9261.2425.29
Hex68192104C443B1623d19
Octal15031410114104735427531
Binary11010001100110000101001100100010011101110110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681921; }

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

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

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

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

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

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

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

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