Html Css Color HEX #6E142A Pohutukawa

📋 copy color: '#6E142A'

red 110 ◦ green 20 ◦ blue 42

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

Shades of Pohutukawa #6E142A

Tints of Pohutukawa #6E142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 63.95%
G = 11.63%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6E142A (or 0x6E142A) is known color: Pohutukawa. HEX triplet: 6E, 14 and 2A. RGB value is (110,20,42). Sum of RGB (Red+Green+Blue) = 110+20+42=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E142A is #91EBD5. Grayscale: #313131. Windows color (decimal): -9563094 or 2757742. OLE color: 2757742.

HSL color Cylindrical-coordinate representation of color #6E142A: hue angle of 345.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 #6E142A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 20 42 -
CMYK 0 0.82 0.62 0.57
HSL 345.33º 0.69% 0.25% -
HSV(B) 345.33º 0.82% 0.43% -
XYZ 7.1 3.98 2.59 -
YUV 49.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 110 20 42 0 0.82 0.62 0.57 345.33 0.69 0.25
Hex 6E 14 2A 0 52 3E 39 159 45 19
Octal 156 24 52 0 122 76 71 531 105 31
Binary 1101110 10100 101010 0 1010010 111110 111001 101011001 1000101 11001

Color Harmonies of #6E142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E142A

Black with #6E142A

Text Example


Text Example

White with #6E142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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