#6F0E27

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

Shades of Pohutukawa #6F0E27

Tints of Pohutukawa #6F0E27

Color information

#6F0E27 (or 0x6F0E27) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0E and 27. RGB value is (111,14,39). Sum of RGB (Red+Green+Blue) = 111+14+39=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E27 is #90F1D8. Grayscale: #2D2D2D. Windows color (decimal): -9499097 or 2559599. OLE color: 2559599.

HSL color Cylindrical-coordinate representation of color #6F0E27: hue angle of 344.54º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E27 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1111439-
CMYK00.870.650.56
HSL344.54º77.6%24.51%-
HSV(B)344.54º87.39%43.53%-
XYZ7.083.842.29-
YUV45.85124.14174.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.68%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=67.68%
G=8.54%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111143900.870.650.56344.5477.624.51
Hex6FE2705741381594e19
Octal157164701271017053111631
Binary11011111110100111010101111000001111000101011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,39); }

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

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

 a { background-color: rgb(111,14,39); }

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

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

 span { border-color: rgb(111,14,39); }

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