Html Css Color HEX #6E1022 Pohutukawa

📋 copy color: '#6E1022'

red 110 ◦ green 16 ◦ blue 34

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

Shades of Pohutukawa #6E1022

Tints of Pohutukawa #6E1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 68.75%
G = 10%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.57

RGB Variations

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

Color information

#6E1022 (or 0x6E1022) is known color: Pohutukawa. HEX triplet: 6E, 10 and 22. RGB value is (110,16,34). Sum of RGB (Red+Green+Blue) = 110+16+34=160 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.75% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1022 is #91EFDD. Grayscale: #2E2E2E. Windows color (decimal): -9564126 or 2232430. OLE color: 2232430.

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

Color convert

RGB 110 16 34 -
CMYK 0 0.85 0.69 0.57
HSL 348.51º 0.75% 0.25% -
HSV(B) 348.51º 0.85% 0.43% -
XYZ 6.9 3.8 1.88 -
YUV 46.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 110 16 34 0 0.85 0.69 0.57 348.51 0.75 0.25
Hex 6E 10 22 0 55 45 39 15D 4B 19
Octal 156 20 42 0 125 105 71 535 113 31
Binary 1101110 10000 100010 0 1010101 1000101 111001 101011101 1001011 11001

Color Harmonies of #6E1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1022

Black with #6E1022

Text Example


Text Example

White with #6E1022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,16,34); }

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

background-color css

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

 a { background-color: rgb(110,16,34); }

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

border-color css

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

 span { border-color: rgb(110,16,34); }

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