#6E1121

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

Shades of Pohutukawa #6E1121

Tints of Pohutukawa #6E1121

Color information

#6E1121 (or 0x6E1121) is unknown color: approx Pohutukawa. HEX triplet: 6E, 11 and 21. RGB value is (110,17,33). Sum of RGB (Red+Green+Blue) = 110+17+33=160 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.75% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1121 is #91EEDE. Grayscale: #2E2E2E. Windows color (decimal): -9563871 or 2167150. OLE color: 2167150.

HSL color Cylindrical-coordinate representation of color #6E1121: hue angle of 349.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1121 is Cyan = 0, Magento = 0.85, Yellow = 0.7 and Black (K on CMYK) = 0.57.

Color convert

RGB1101733-
CMYK00.850.70.57
HSL349.68º73.23%24.9%-
HSV(B)349.68º84.55%43.14%-
XYZ6.913.831.81-
YUV46.63120.31173.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.75%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=68.75%
G=10.62%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110173300.850.70.57349.6873.2324.9
Hex6E1121055463915e4919
Octal156214101251067153611131
Binary110111010001100001010101011000110111001101011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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