#6F0E2A

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

Shades of Pohutukawa #6F0E2A

Tints of Pohutukawa #6F0E2A

Color information

#6F0E2A (or 0x6F0E2A) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0E and 2A. RGB value is (111,14,42). Sum of RGB (Red+Green+Blue) = 111+14+42=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E2A is #90F1D5. Grayscale: #2E2E2E. Windows color (decimal): -9499094 or 2756207. OLE color: 2756207.

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

Color convert

RGB1111442-
CMYK00.870.620.56
HSL342.68º77.6%24.51%-
HSV(B)342.68º87.39%43.53%-
XYZ7.133.862.56-
YUV46.19125.64174.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=66.47%
G=8.38%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111144200.870.620.56342.6877.624.51
Hex6FE2A0573E381574e19
Octal15716520127767052711631
Binary1101111111010101001010111111110111000101010111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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