Html Css Color HEX #6E1126 Pohutukawa

📋 copy color: '#6E1126'

red 110 ◦ green 17 ◦ blue 38

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

Shades of Pohutukawa #6E1126

Tints of Pohutukawa #6E1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.03%

R = 66.67%
G = 10.3%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E1126 (or 0x6E1126) is known color: Pohutukawa. HEX triplet: 6E, 11 and 26. RGB value is (110,17,38). Sum of RGB (Red+Green+Blue) = 110+17+38=165 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.67% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1126 is #91EED9. Grayscale: #2F2F2F. Windows color (decimal): -9563866 or 2494830. OLE color: 2494830.

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

Color convert

RGB 110 17 38 -
CMYK 0 0.85 0.65 0.57
HSL 346.45º 0.73% 0.25% -
HSV(B) 346.45º 0.85% 0.43% -
XYZ 6.98 3.86 2.21 -
YUV 47.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 110 17 38 0 0.85 0.65 0.57 346.45 0.73 0.25
Hex 6E 11 26 0 55 41 39 15A 49 19
Octal 156 21 46 0 125 101 71 532 111 31
Binary 1101110 10001 100110 0 1010101 1000001 111001 101011010 1001001 11001

Color Harmonies of #6E1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1126

Black with #6E1126

Text Example


Text Example

White with #6E1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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