#6C1128

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

Shades of Pohutukawa #6C1128

Tints of Pohutukawa #6C1128

Color information

#6C1128 (or 0x6C1128) is unknown color: approx Pohutukawa. HEX triplet: 6C, 11 and 28. RGB value is (108,17,40). Sum of RGB (Red+Green+Blue) = 108+17+40=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1128 is #93EED7. Grayscale: #2E2E2E. Windows color (decimal): -9694936 or 2625900. OLE color: 2625900.

HSL color Cylindrical-coordinate representation of color #6C1128: hue angle of 344.84º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1128 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1081740-
CMYK00.840.630.58
HSL344.84º72.8%24.51%-
HSV(B)344.84º84.26%42.35%-
XYZ6.773.742.37-
YUV46.83124.15171.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.45%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=65.45%
G=10.30%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108174000.840.630.58344.8472.824.51
Hex6C11280543F3A1594919
Octal15421500124777253111131
Binary11011001000110100001010100111111111010101011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C1128; }

 p { color: rgb(108,17,40); }

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

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

 a { background-color: rgb(108,17,40); }

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

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

 span { border-color: rgb(108,17,40); }

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