#680C21

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

Shades of Pohutukawa #680C21

Tints of Pohutukawa #680C21

Color information

#680C21 (or 0x680C21) is unknown color: approx Pohutukawa. HEX triplet: 68, 0C and 21. RGB value is (104,12,33). Sum of RGB (Red+Green+Blue) = 104+12+33=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C21 is #97F3DE. Grayscale: #292929. Windows color (decimal): -9958367 or 2165864. OLE color: 2165864.

HSL color Cylindrical-coordinate representation of color #680C21: hue angle of 346.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C21 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1041233-
CMYK00.880.680.59
HSL346.3º79.31%22.75%-
HSV(B)346.3º88.46%40.78%-
XYZ6.113.321.76-
YUV41.9122.98172.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=69.80%
G=8.05%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104123300.880.680.59346.379.3122.75
Hex68C21058443B15a4f17
Octal150144101301047353211727
Binary11010001100100001010110001000100111011101011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680C21; }

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

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

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

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

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

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

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

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