#6B0C19

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

Shades of Pohutukawa #6B0C19

Tints of Pohutukawa #6B0C19

Color information

#6B0C19 (or 0x6B0C19) is unknown color: approx Pohutukawa. HEX triplet: 6B, 0C and 19. RGB value is (107,12,25). Sum of RGB (Red+Green+Blue) = 107+12+25=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0C19 is #94F3E6. Grayscale: #292929. Windows color (decimal): -9761767 or 1641579. OLE color: 1641579.

HSL color Cylindrical-coordinate representation of color #6B0C19: hue angle of 351.79º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C19 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB1071225-
CMYK00.890.770.58
HSL351.79º79.83%23.33%-
HSV(B)351.79º88.79%41.96%-
XYZ6.373.461.25-
YUV41.89118.47174.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 74.31%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=74.31%
G=8.33%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107122500.890.770.58351.7979.8323.33
Hex6BC190594D3A1605017
Octal153143101311157254012027
Binary1101011110011001010110011001101111010101100000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,12,25); }

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

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

 a { background-color: rgb(107,12,25); }

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

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

 span { border-color: rgb(107,12,25); }

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