Html Css Color HEX #6E141E Pohutukawa

📋 copy color: '#6E141E'

red 110 ◦ green 20 ◦ blue 30

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

Shades of Pohutukawa #6E141E

Tints of Pohutukawa #6E141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 68.75%
G = 12.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6E141E (or 0x6E141E) is known color: Pohutukawa. HEX triplet: 6E, 14 and 1E. RGB value is (110,20,30). Sum of RGB (Red+Green+Blue) = 110+20+30=160 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.75% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 110 - color contains mainly: red. Hex color #6E141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E141E is #91EBE1. Grayscale: #303030. Windows color (decimal): -9563106 or 1971310. OLE color: 1971310.

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

Color convert

RGB 110 20 30 -
CMYK 0 0.82 0.73 0.57
HSL 353.33º 0.69% 0.25% -
HSV(B) 353.33º 0.82% 0.43% -
XYZ 6.91 3.91 1.62 -
YUV 48.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 110 20 30 0 0.82 0.73 0.57 353.33 0.69 0.25
Hex 6E 14 1E 0 52 49 39 161 45 19
Octal 156 24 36 0 122 111 71 541 105 31
Binary 1101110 10100 11110 0 1010010 1001001 111001 101100001 1000101 11001

Color Harmonies of #6E141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E141E

Black with #6E141E

Text Example


Text Example

White with #6E141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,20,30); }

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

background-color css

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

 a { background-color: rgb(110,20,30); }

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

border-color css

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

 span { border-color: rgb(110,20,30); }

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