Html Css Color HEX #6E1519 Pohutukawa

📋 copy color: '#6E1519'

red 110 ◦ green 21 ◦ blue 25

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

Shades of Pohutukawa #6E1519

Tints of Pohutukawa #6E1519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 70.51%
G = 13.46%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6E1519 (or 0x6E1519) is known color: Pohutukawa. HEX triplet: 6E, 15 and 19. RGB value is (110,21,25). Sum of RGB (Red+Green+Blue) = 110+21+25=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1519 is #91EAE6. Grayscale: #303030. Windows color (decimal): -9562855 or 1643886. OLE color: 1643886.

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

Color convert

RGB 110 21 25 -
CMYK 0 0.81 0.77 0.57
HSL 357.3º 0.68% 0.26% -
HSV(B) 357.3º 0.81% 0.43% -
XYZ 6.87 3.92 1.31 -
YUV 48.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 110 21 25 0 0.81 0.77 0.57 357.3 0.68 0.26
Hex 6E 15 19 0 51 4D 39 165 44 1A
Octal 156 25 31 0 121 115 71 545 104 32
Binary 1101110 10101 11001 0 1010001 1001101 111001 101100101 1000100 11010

Color Harmonies of #6E1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1519

Black with #6E1519

Text Example


Text Example

White with #6E1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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