#6B1021

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

Shades of Pohutukawa #6B1021

Tints of Pohutukawa #6B1021

Color information

#6B1021 (or 0x6B1021) is unknown color: approx Pohutukawa. HEX triplet: 6B, 10 and 21. RGB value is (107,16,33). Sum of RGB (Red+Green+Blue) = 107+16+33=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1021 is #94EFDE. Grayscale: #2D2D2D. Windows color (decimal): -9760735 or 2166891. OLE color: 2166891.

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

Color convert

RGB1071633-
CMYK00.850.690.58
HSL348.79º73.98%24.12%-
HSV(B)348.79º85.05%41.96%-
XYZ6.523.611.79-
YUV45.15121.15172.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 68.59%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=68.59%
G=10.26%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107163300.850.690.58348.7973.9824.12
Hex6B1021055453A15d4a18
Octal153204101251057253511230
Binary110101110000100001010101011000101111010101011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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