Html Css Color HEX #6E121D Pohutukawa

📋 copy color: '#6E121D'

red 110 ◦ green 18 ◦ blue 29

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

Shades of Pohutukawa #6E121D

Tints of Pohutukawa #6E121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 70.06%
G = 11.46%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E121D (or 0x6E121D) is known color: Pohutukawa. HEX triplet: 6E, 12 and 1D. RGB value is (110,18,29). Sum of RGB (Red+Green+Blue) = 110+18+29=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E121D is #91EDE2. Grayscale: #2E2E2E. Windows color (decimal): -9563619 or 1905262. OLE color: 1905262.

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

Color convert

RGB 110 18 29 -
CMYK 0 0.84 0.74 0.57
HSL 352.83º 0.72% 0.25% -
HSV(B) 352.83º 0.84% 0.43% -
XYZ 6.87 3.84 1.54 -
YUV 46.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 110 18 29 0 0.84 0.74 0.57 352.83 0.72 0.25
Hex 6E 12 1D 0 54 4A 39 161 48 19
Octal 156 22 35 0 124 112 71 541 110 31
Binary 1101110 10010 11101 0 1010100 1001010 111001 101100001 1001000 11001

Color Harmonies of #6E121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E121D

Black with #6E121D

Text Example


Text Example

White with #6E121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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