#6B1621

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

Shades of Pohutukawa #6B1621

Tints of Pohutukawa #6B1621

Color information

#6B1621 (or 0x6B1621) is unknown color: approx Pohutukawa. HEX triplet: 6B, 16 and 21. RGB value is (107,22,33). Sum of RGB (Red+Green+Blue) = 107+22+33=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1621 is #94E9DE. Grayscale: #303030. Windows color (decimal): -9759199 or 2168427. OLE color: 2168427.

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

Color convert

RGB1072233-
CMYK00.790.690.58
HSL352.24º65.89%25.29%-
HSV(B)352.24º79.44%41.96%-
XYZ6.623.811.82-
YUV48.67119.16169.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.05%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=66.05%
G=13.58%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107223300.790.690.58352.2465.8925.29
Hex6B162104F453A1604219
Octal153264101171057254010231
Binary110101110110100001010011111000101111010101100000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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