Html Css Color HEX #6E0D10 Pohutukawa

📋 copy color: '#6E0D10'

red 110 ◦ green 13 ◦ blue 16

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

Shades of Pohutukawa #6E0D10

Tints of Pohutukawa #6E0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 79.14%
G = 9.35%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E0D10 (or 0x6E0D10) is known color: Pohutukawa. HEX triplet: 6E, 0D and 10. RGB value is (110,13,16). Sum of RGB (Red+Green+Blue) = 110+13+16=139 (18% of max value = 765). Red value is 110 (43.36% from 255 or 79.14% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0D10 is #91F2EF. Grayscale: #2A2A2A. Windows color (decimal): -9564912 or 1052014. OLE color: 1052014.

HSL color Cylindrical-coordinate representation of color #6E0D10: hue angle of 358.14º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D10 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 13 16 -
CMYK 0 0.88 0.85 0.57
HSL 358.14º 0.79% 0.24% -
HSV(B) 358.14º 0.88% 0.43% -
XYZ 6.67 3.64 0.84 -
YUV 42.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 110 13 16 0 0.88 0.85 0.57 358.14 0.79 0.24
Hex 6E D 10 0 58 55 39 166 4F 18
Octal 156 15 20 0 130 125 71 546 117 30
Binary 1101110 1101 10000 0 1011000 1010101 111001 101100110 1001111 11000

Color Harmonies of #6E0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0D10

Black with #6E0D10

Text Example


Text Example

White with #6E0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,13,16); }

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

background-color css

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

 a { background-color: rgb(110,13,16); }

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

border-color css

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

 span { border-color: rgb(110,13,16); }

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