Html Css Color HEX #6E0B1A Pohutukawa

📋 copy color: '#6E0B1A'

red 110 ◦ green 11 ◦ blue 26

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

Shades of Pohutukawa #6E0B1A

Tints of Pohutukawa #6E0B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.48%

 BLUE value IS 26 (10.55% from 255) = 17.69%

R = 74.83%
G = 7.48%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E0B1A (or 0x6E0B1A) is known color: Pohutukawa. HEX triplet: 6E, 0B and 1A. RGB value is (110,11,26). Sum of RGB (Red+Green+Blue) = 110+11+26=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0B1A is #91F4E5. Grayscale: #2A2A2A. Windows color (decimal): -9565414 or 1706862. OLE color: 1706862.

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

Color convert

RGB 110 11 26 -
CMYK 0 0.9 0.76 0.57
HSL 350.91º 0.82% 0.24% -
HSV(B) 350.91º 0.9% 0.43% -
XYZ 6.74 3.63 1.32 -
YUV 42.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 110 11 26 0 0.9 0.76 0.57 350.91 0.82 0.24
Hex 6E B 1A 0 5A 4C 39 15F 52 18
Octal 156 13 32 0 132 114 71 537 122 30
Binary 1101110 1011 11010 0 1011010 1001100 111001 101011111 1010010 11000

Color Harmonies of #6E0B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B1A

Black with #6E0B1A

Text Example


Text Example

White with #6E0B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,11,26); }

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

background-color css

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

 a { background-color: rgb(110,11,26); }

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

border-color css

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

 span { border-color: rgb(110,11,26); }

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