#6E0F2A

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

Shades of Pohutukawa #6E0F2A

Tints of Pohutukawa #6E0F2A

Color information

#6E0F2A (or 0x6E0F2A) is unknown color: approx Pohutukawa. HEX triplet: 6E, 0F and 2A. RGB value is (110,15,42). Sum of RGB (Red+Green+Blue) = 110+15+42=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F2A is #91F0D5. Grayscale: #2E2E2E. Windows color (decimal): -9564374 or 2756462. OLE color: 2756462.

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

Color convert

RGB1101542-
CMYK00.860.620.57
HSL342.95º76%24.51%-
HSV(B)342.95º86.36%43.14%-
XYZ7.023.822.56-
YUV46.48125.47173.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.87%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=65.87%
G=8.98%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110154200.860.620.57342.957624.51
Hex6EF2A0563E391574c19
Octal15617520126767152711431
Binary1101110111110101001010110111110111001101010111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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