Html Css Color HEX #6E151A Pohutukawa

📋 copy color: '#6E151A'

red 110 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #6E151A

Tints of Pohutukawa #6E151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 70.06%
G = 13.38%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E151A (or 0x6E151A) is known color: Pohutukawa. HEX triplet: 6E, 15 and 1A. RGB value is (110,21,26). Sum of RGB (Red+Green+Blue) = 110+21+26=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E151A is #91EAE5. Grayscale: #303030. Windows color (decimal): -9562854 or 1709422. OLE color: 1709422.

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

Color convert

RGB 110 21 26 -
CMYK 0 0.81 0.76 0.57
HSL 356.63º 0.68% 0.26% -
HSV(B) 356.63º 0.81% 0.43% -
XYZ 6.89 3.93 1.37 -
YUV 48.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 110 21 26 0 0.81 0.76 0.57 356.63 0.68 0.26
Hex 6E 15 1A 0 51 4C 39 165 44 1A
Octal 156 25 32 0 121 114 71 545 104 32
Binary 1101110 10101 11010 0 1010001 1001100 111001 101100101 1000100 11010

Color Harmonies of #6E151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E151A

Black with #6E151A

Text Example


Text Example

White with #6E151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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