Html Css Color HEX #6F0E2A Pohutukawa

📋 copy color: '#6F0E2A'

red 111 ◦ green 14 ◦ blue 42

#6F0E2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #6F0E2A

Tints of Pohutukawa #6F0E2A

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.8% from 255) = 25.15%

R = 66.47%
G = 8.38%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F0E2A (or 0x6F0E2A) is known color: 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

RGB 111 14 42 -
CMYK 0 0.87 0.62 0.56
HSL 342.68º 0.78% 0.25% -
HSV(B) 342.68º 0.87% 0.44% -
XYZ 7.13 3.86 2.56 -
YUV 46.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 111 14 42 0 0.87 0.62 0.56 342.68 0.78 0.25
Hex 6F E 2A 0 57 3E 38 157 4E 19
Octal 157 16 52 0 127 76 70 527 116 31
Binary 1101111 1110 101010 0 1010111 111110 111000 101010111 1001110 11001

Color Harmonies of #6F0E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E2A

Black with #6F0E2A

Text Example


Text Example

White with #6F0E2A

Text Example


Text Example

HTML Codes & Css Web 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>