#6B1121

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

Shades of Pohutukawa #6B1121

Tints of Pohutukawa #6B1121

Color information

#6B1121 (or 0x6B1121) is unknown color: approx Pohutukawa. HEX triplet: 6B, 11 and 21. RGB value is (107,17,33). Sum of RGB (Red+Green+Blue) = 107+17+33=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1121 is #94EEDE. Grayscale: #2D2D2D. Windows color (decimal): -9760479 or 2167147. OLE color: 2167147.

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

Color convert

RGB1071733-
CMYK00.840.690.58
HSL349.33º72.58%24.31%-
HSV(B)349.33º84.11%41.96%-
XYZ6.543.641.8-
YUV45.73120.82171.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 68.15%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=68.15%
G=10.83%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107173300.840.690.58349.3372.5824.31
Hex6B1121054453A15d4918
Octal153214101241057253511130
Binary110101110001100001010101001000101111010101011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,33); }

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

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

 a { background-color: rgb(107,17,33); }

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

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

 span { border-color: rgb(107,17,33); }

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