#6E122A

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

Shades of Pohutukawa #6E122A

Tints of Pohutukawa #6E122A

Color information

#6E122A (or 0x6E122A) is unknown color: approx Pohutukawa. HEX triplet: 6E, 12 and 2A. RGB value is (110,18,42). Sum of RGB (Red+Green+Blue) = 110+18+42=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E122A is #91EDD5. Grayscale: #303030. Windows color (decimal): -9563606 or 2757230. OLE color: 2757230.

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

Color convert

RGB1101842-
CMYK00.840.620.57
HSL344.35º71.88%25.1%-
HSV(B)344.35º83.64%43.14%-
XYZ7.063.912.57-
YUV48.24124.48172.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 64.71%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=64.71%
G=10.59%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110184200.840.620.57344.3571.8825.1
Hex6E122A0543E391584819
Octal15622520124767153011031
Binary11011101001010101001010100111110111001101011000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,18,42); }

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

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

 a { background-color: rgb(110,18,42); }

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

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

 span { border-color: rgb(110,18,42); }

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