Html Css Color HEX #6E101C Pohutukawa

📋 copy color: '#6E101C'

red 110 ◦ green 16 ◦ blue 28

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

Shades of Pohutukawa #6E101C

Tints of Pohutukawa #6E101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.39%

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

R = 71.43%
G = 10.39%
B = 18.18%

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

#6E101C (or 0x6E101C) is known color: Pohutukawa. HEX triplet: 6E, 10 and 1C. RGB value is (110,16,28). Sum of RGB (Red+Green+Blue) = 110+16+28=154 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.43% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 110 - color contains mainly: red. Hex color #6E101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E101C is #91EFE3. Grayscale: #2D2D2D. Windows color (decimal): -9564132 or 1839214. OLE color: 1839214.

HSL color Cylindrical-coordinate representation of color #6E101C: hue angle of 352.34º degrees, saturation: 0.75, 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 #6E101C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 16 28 -
CMYK 0 0.85 0.75 0.57
HSL 352.34º 0.75% 0.25% -
HSV(B) 352.34º 0.85% 0.43% -
XYZ 6.83 3.77 1.47 -
YUV 45.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 110 16 28 0 0.85 0.75 0.57 352.34 0.75 0.25
Hex 6E 10 1C 0 55 4B 39 160 4B 19
Octal 156 20 34 0 125 113 71 540 113 31
Binary 1101110 10000 11100 0 1010101 1001011 111001 101100000 1001011 11001

Color Harmonies of #6E101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E101C

Black with #6E101C

Text Example


Text Example

White with #6E101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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