#6B1321

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

Shades of Pohutukawa #6B1321

Tints of Pohutukawa #6B1321

Color information

#6B1321 (or 0x6B1321) is unknown color: approx Pohutukawa. HEX triplet: 6B, 13 and 21. RGB value is (107,19,33). Sum of RGB (Red+Green+Blue) = 107+19+33=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1321 is #94ECDE. Grayscale: #2E2E2E. Windows color (decimal): -9759967 or 2167659. OLE color: 2167659.

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

Color convert

RGB1071933-
CMYK00.820.690.58
HSL350.45º69.84%24.71%-
HSV(B)350.45º82.24%41.96%-
XYZ6.573.71.81-
YUV46.91120.15170.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=67.30%
G=11.95%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107193300.820.690.58350.4569.8424.71
Hex6B1321052453A15e4619
Octal153234101221057253610631
Binary110101110011100001010100101000101111010101011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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