Html Css Color HEX #6F0E1A Pohutukawa

📋 copy color: '#6F0E1A'

red 111 ◦ green 14 ◦ blue 26

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

Shades of Pohutukawa #6F0E1A

Tints of Pohutukawa #6F0E1A

RGB

 RED value IS 111 (43.75% from 255) = 73.51%

 GREEN value IS 14 (5.86% from 255) = 9.27%

 BLUE value IS 26 (10.55% from 255) = 17.22%

R = 73.51%
G = 9.27%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F0E1A (or 0x6F0E1A) is known color: Pohutukawa. HEX triplet: 6F, 0E and 1A. RGB value is (111,14,26). Sum of RGB (Red+Green+Blue) = 111+14+26=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E1A is #90F1E5. Grayscale: #2C2C2C. Windows color (decimal): -9499110 or 1707631. OLE color: 1707631.

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

Color convert

RGB 111 14 26 -
CMYK 0 0.87 0.77 0.56
HSL 352.58º 0.78% 0.25% -
HSV(B) 352.58º 0.87% 0.44% -
XYZ 6.9 3.77 1.34 -
YUV 44.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 111 14 26 0 0.87 0.77 0.56 352.58 0.78 0.25
Hex 6F E 1A 0 57 4D 38 161 4E 19
Octal 157 16 32 0 127 115 70 541 116 31
Binary 1101111 1110 11010 0 1010111 1001101 111000 101100001 1001110 11001

Color Harmonies of #6F0E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E1A

Black with #6F0E1A

Text Example


Text Example

White with #6F0E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F0E1A;
 }
 .AnyTagClassName
 {
   color: #6F0E1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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