Html Css Color HEX #711524 Red Berry

📋 copy color: '#711524'

red 113 ◦ green 21 ◦ blue 36

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

Shades of Red Berry #711524

Tints of Red Berry #711524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 66.47%
G = 12.35%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#711524 (or 0x711524) is known color: Red Berry. HEX triplet: 71, 15 and 24. RGB value is (113,21,36). Sum of RGB (Red+Green+Blue) = 113+21+36=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #711524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711524 is #8EEADB. Grayscale: #323232. Windows color (decimal): -9366236 or 2364785. OLE color: 2364785.

HSL color Cylindrical-coordinate representation of color #711524: hue angle of 350.22º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711524 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 36 -
CMYK 0 0.81 0.68 0.56
HSL 350.22º 0.69% 0.26% -
HSV(B) 350.22º 0.81% 0.44% -
XYZ 7.4 4.17 2.08 -
YUV 50.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 113 21 36 0 0.81 0.68 0.56 350.22 0.69 0.26
Hex 71 15 24 0 51 44 38 15E 45 1A
Octal 161 25 44 0 121 104 70 536 105 32
Binary 1110001 10101 100100 0 1010001 1000100 111000 101011110 1000101 11010

Color Harmonies of #711524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711524

Black with #711524

Text Example


Text Example

White with #711524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711524; }

 p { color: rgb(113,21,36); }

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

background-color css

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

 a { background-color: rgb(113,21,36); }

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

border-color css

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

 span { border-color: rgb(113,21,36); }

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