#6E152A

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

Shades of Pohutukawa #6E152A

Tints of Pohutukawa #6E152A

Color information

#6E152A (or 0x6E152A) is unknown color: approx Pohutukawa. HEX triplet: 6E, 15 and 2A. RGB value is (110,21,42). Sum of RGB (Red+Green+Blue) = 110+21+42=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E152A is #91EAD5. Grayscale: #323232. Windows color (decimal): -9562838 or 2757998. OLE color: 2757998.

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

Color convert

RGB1102142-
CMYK00.810.620.57
HSL345.84º67.94%25.69%-
HSV(B)345.84º80.91%43.14%-
XYZ7.124.022.59-
YUV50123.49170.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.58%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=63.58%
G=12.14%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110214200.810.620.57345.8467.9425.69
Hex6E152A0513E3915a441a
Octal15625520121767153210432
Binary11011101010110101001010001111110111001101011010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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