Html Css Color HEX #6E131D Pohutukawa

📋 copy color: '#6E131D'

red 110 ◦ green 19 ◦ blue 29

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

Shades of Pohutukawa #6E131D

Tints of Pohutukawa #6E131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 69.62%
G = 12.03%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E131D (or 0x6E131D) is known color: Pohutukawa. HEX triplet: 6E, 13 and 1D. RGB value is (110,19,29). Sum of RGB (Red+Green+Blue) = 110+19+29=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E131D is #91ECE2. Grayscale: #2F2F2F. Windows color (decimal): -9563363 or 1905518. OLE color: 1905518.

HSL color Cylindrical-coordinate representation of color #6E131D: hue angle of 353.41º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E131D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 19 29 -
CMYK 0 0.83 0.74 0.57
HSL 353.41º 0.71% 0.25% -
HSV(B) 353.41º 0.83% 0.43% -
XYZ 6.89 3.87 1.55 -
YUV 47.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 110 19 29 0 0.83 0.74 0.57 353.41 0.71 0.25
Hex 6E 13 1D 0 53 4A 39 161 47 19
Octal 156 23 35 0 123 112 71 541 107 31
Binary 1101110 10011 11101 0 1010011 1001010 111001 101100001 1000111 11001

Color Harmonies of #6E131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E131D

Black with #6E131D

Text Example


Text Example

White with #6E131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,19,29); }

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

background-color css

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

 a { background-color: rgb(110,19,29); }

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

border-color css

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

 span { border-color: rgb(110,19,29); }

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