Html Css Color HEX #6E111C Pohutukawa

📋 copy color: '#6E111C'

red 110 ◦ green 17 ◦ blue 28

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

Shades of Pohutukawa #6E111C

Tints of Pohutukawa #6E111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 70.97%
G = 10.97%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E111C (or 0x6E111C) is known color: Pohutukawa. HEX triplet: 6E, 11 and 1C. RGB value is (110,17,28). Sum of RGB (Red+Green+Blue) = 110+17+28=155 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.97% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 110 - color contains mainly: red. Hex color #6E111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E111C is #91EEE3. Grayscale: #2E2E2E. Windows color (decimal): -9563876 or 1839470. OLE color: 1839470.

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

Color convert

RGB 110 17 28 -
CMYK 0 0.85 0.75 0.57
HSL 352.9º 0.73% 0.25% -
HSV(B) 352.9º 0.85% 0.43% -
XYZ 6.84 3.8 1.47 -
YUV 46.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 110 17 28 0 0.85 0.75 0.57 352.9 0.73 0.25
Hex 6E 11 1C 0 55 4B 39 161 49 19
Octal 156 21 34 0 125 113 71 541 111 31
Binary 1101110 10001 11100 0 1010101 1001011 111001 101100001 1001001 11001

Color Harmonies of #6E111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E111C

Black with #6E111C

Text Example


Text Example

White with #6E111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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