Html Css Color HEX #6E101F Pohutukawa

📋 copy color: '#6E101F'

red 110 ◦ green 16 ◦ blue 31

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

Shades of Pohutukawa #6E101F

Tints of Pohutukawa #6E101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 70.06%
G = 10.19%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E101F (or 0x6E101F) is known color: Pohutukawa. HEX triplet: 6E, 10 and 1F. RGB value is (110,16,31). Sum of RGB (Red+Green+Blue) = 110+16+31=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E101F is #91EFE0. Grayscale: #2D2D2D. Windows color (decimal): -9564129 or 2035822. OLE color: 2035822.

HSL color Cylindrical-coordinate representation of color #6E101F: hue angle of 350.43º 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 #6E101F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 16 31 -
CMYK 0 0.85 0.72 0.57
HSL 350.43º 0.75% 0.25% -
HSV(B) 350.43º 0.85% 0.43% -
XYZ 6.86 3.78 1.67 -
YUV 45.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 110 16 31 0 0.85 0.72 0.57 350.43 0.75 0.25
Hex 6E 10 1F 0 55 48 39 15E 4B 19
Octal 156 20 37 0 125 110 71 536 113 31
Binary 1101110 10000 11111 0 1010101 1001000 111001 101011110 1001011 11001

Color Harmonies of #6E101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E101F

Black with #6E101F

Text Example


Text Example

White with #6E101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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