#6E0F2B

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

Shades of Pohutukawa #6E0F2B

Tints of Pohutukawa #6E0F2B

Color information

#6E0F2B (or 0x6E0F2B) is unknown color: approx Pohutukawa. HEX triplet: 6E, 0F and 2B. RGB value is (110,15,43). Sum of RGB (Red+Green+Blue) = 110+15+43=168 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.48% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F2B is #91F0D4. Grayscale: #2E2E2E. Windows color (decimal): -9564373 or 2821998. OLE color: 2821998.

HSL color Cylindrical-coordinate representation of color #6E0F2B: hue angle of 342.32º 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 #6E0F2B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1101543-
CMYK00.860.610.57
HSL342.32º76%24.51%-
HSV(B)342.32º86.36%43.14%-
XYZ7.043.832.65-
YUV46.6125.97173.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.48%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=65.48%
G=8.93%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110154300.860.610.57342.327624.51
Hex6EF2B0563D391564c19
Octal15617530126757152611431
Binary1101110111110101101010110111101111001101010110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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