Html Css Color HEX #711018 Red Berry

📋 copy color: '#711018'

red 113 ◦ green 16 ◦ blue 24

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

Shades of Red Berry #711018

Tints of Red Berry #711018

RGB

 RED value IS 113 (44.53% from 255) = 73.86%

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

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 73.86%
G = 10.46%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#711018 (or 0x711018) is known color: Red Berry. HEX triplet: 71, 10 and 18. RGB value is (113,16,24). Sum of RGB (Red+Green+Blue) = 113+16+24=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #711018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711018 is #8EEFE7. Grayscale: #2D2D2D. Windows color (decimal): -9367528 or 1577073. OLE color: 1577073.

HSL color Cylindrical-coordinate representation of color #711018: hue angle of 355.05º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711018 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 24 -
CMYK 0 0.86 0.79 0.56
HSL 355.05º 0.75% 0.25% -
HSV(B) 355.05º 0.86% 0.44% -
XYZ 7.16 3.95 1.25 -
YUV 45.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 113 16 24 0 0.86 0.79 0.56 355.05 0.75 0.25
Hex 71 10 18 0 56 4F 38 163 4B 19
Octal 161 20 30 0 126 117 70 543 113 31
Binary 1110001 10000 11000 0 1010110 1001111 111000 101100011 1001011 11001

Color Harmonies of #711018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711018

Black with #711018

Text Example


Text Example

White with #711018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711018; }

 p { color: rgb(113,16,24); }

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

background-color css

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

 a { background-color: rgb(113,16,24); }

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

border-color css

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

 span { border-color: rgb(113,16,24); }

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