Html Css Color HEX #711525 Red Berry

📋 copy color: '#711525'

red 113 ◦ green 21 ◦ blue 37

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

Shades of Red Berry #711525

Tints of Red Berry #711525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.64%

R = 66.08%
G = 12.28%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#711525 (or 0x711525) is known color: Red Berry. HEX triplet: 71, 15 and 25. RGB value is (113,21,37). Sum of RGB (Red+Green+Blue) = 113+21+37=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #711525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711525 is #8EEADA. Grayscale: #323232. Windows color (decimal): -9366235 or 2430321. OLE color: 2430321.

HSL color Cylindrical-coordinate representation of color #711525: hue angle of 349.57º 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 #711525 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 37 -
CMYK 0 0.81 0.67 0.56
HSL 349.57º 0.69% 0.26% -
HSV(B) 349.57º 0.81% 0.44% -
XYZ 7.41 4.18 2.17 -
YUV 50.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 113 21 37 0 0.81 0.67 0.56 349.57 0.69 0.26
Hex 71 15 25 0 51 43 38 15E 45 1A
Octal 161 25 45 0 121 103 70 536 105 32
Binary 1110001 10101 100101 0 1010001 1000011 111000 101011110 1000101 11010

Color Harmonies of #711525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711525

Black with #711525

Text Example


Text Example

White with #711525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711525; }

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

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

background-color css

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

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

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

border-color css

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

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

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