Html Css Color HEX #6E0F1C Pohutukawa

📋 copy color: '#6E0F1C'

red 110 ◦ green 15 ◦ blue 28

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

Shades of Pohutukawa #6E0F1C

Tints of Pohutukawa #6E0F1C

RGB

 RED value IS 110 (43.36% from 255) = 71.9%

 GREEN value IS 15 (6.25% from 255) = 9.8%

 BLUE value IS 28 (11.33% from 255) = 18.3%

R = 71.9%
G = 9.8%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E0F1C (or 0x6E0F1C) is known color: Pohutukawa. HEX triplet: 6E, 0F and 1C. RGB value is (110,15,28). Sum of RGB (Red+Green+Blue) = 110+15+28=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F1C is #91F0E3. Grayscale: #2C2C2C. Windows color (decimal): -9564388 or 1838958. OLE color: 1838958.

HSL color Cylindrical-coordinate representation of color #6E0F1C: hue angle of 351.79º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F1C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 15 28 -
CMYK 0 0.86 0.75 0.57
HSL 351.79º 0.76% 0.25% -
HSV(B) 351.79º 0.86% 0.43% -
XYZ 6.81 3.74 1.46 -
YUV 44.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 110 15 28 0 0.86 0.75 0.57 351.79 0.76 0.25
Hex 6E F 1C 0 56 4B 39 160 4C 19
Octal 156 17 34 0 126 113 71 540 114 31
Binary 1101110 1111 11100 0 1010110 1001011 111001 101100000 1001100 11001

Color Harmonies of #6E0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0F1C

Black with #6E0F1C

Text Example


Text Example

White with #6E0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,15,28); }

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

background-color css

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

 a { background-color: rgb(110,15,28); }

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

border-color css

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

 span { border-color: rgb(110,15,28); }

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