Html Css Color HEX #6E131C Pohutukawa

📋 copy color: '#6E131C'

red 110 ◦ green 19 ◦ blue 28

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

Shades of Pohutukawa #6E131C

Tints of Pohutukawa #6E131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 70.06%
G = 12.1%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E131C (or 0x6E131C) is known color: Pohutukawa. HEX triplet: 6E, 13 and 1C. RGB value is (110,19,28). Sum of RGB (Red+Green+Blue) = 110+19+28=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E131C is #91ECE3. Grayscale: #2F2F2F. Windows color (decimal): -9563364 or 1839982. OLE color: 1839982.

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

Color convert

RGB 110 19 28 -
CMYK 0 0.83 0.75 0.57
HSL 354.07º 0.71% 0.25% -
HSV(B) 354.07º 0.83% 0.43% -
XYZ 6.87 3.86 1.48 -
YUV 47.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 110 19 28 0 0.83 0.75 0.57 354.07 0.71 0.25
Hex 6E 13 1C 0 53 4B 39 162 47 19
Octal 156 23 34 0 123 113 71 542 107 31
Binary 1101110 10011 11100 0 1010011 1001011 111001 101100010 1000111 11001

Color Harmonies of #6E131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E131C

Black with #6E131C

Text Example


Text Example

White with #6E131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,19,28); }

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

background-color css

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

 a { background-color: rgb(110,19,28); }

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

border-color css

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

 span { border-color: rgb(110,19,28); }

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