#6F0E29

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

Shades of Pohutukawa #6F0E29

Tints of Pohutukawa #6F0E29

Color information

#6F0E29 (or 0x6F0E29) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0E and 29. RGB value is (111,14,41). Sum of RGB (Red+Green+Blue) = 111+14+41=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E29 is #90F1D6. Grayscale: #2E2E2E. Windows color (decimal): -9499095 or 2690671. OLE color: 2690671.

HSL color Cylindrical-coordinate representation of color #6F0E29: hue angle of 343.3º 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 #6F0E29 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1111441-
CMYK00.870.630.56
HSL343.3º77.6%24.51%-
HSV(B)343.3º87.39%43.53%-
XYZ7.113.852.47-
YUV46.08125.14174.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.87%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=66.87%
G=8.43%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111144100.870.630.56343.377.624.51
Hex6FE290573F381574e19
Octal15716510127777052711631
Binary1101111111010100101010111111111111000101010111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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