Html Css Color HEX #711523 Red Berry

📋 copy color: '#711523'

red 113 ◦ green 21 ◦ blue 35

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

Shades of Red Berry #711523

Tints of Red Berry #711523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 66.86%
G = 12.43%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#711523 (or 0x711523) is known color: Red Berry. HEX triplet: 71, 15 and 23. RGB value is (113,21,35). Sum of RGB (Red+Green+Blue) = 113+21+35=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711523 is #8EEADC. Grayscale: #323232. Windows color (decimal): -9366237 or 2299249. OLE color: 2299249.

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

Color convert

RGB 113 21 35 -
CMYK 0 0.81 0.69 0.56
HSL 350.87º 0.69% 0.26% -
HSV(B) 350.87º 0.81% 0.44% -
XYZ 7.38 4.17 2.01 -
YUV 50.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 113 21 35 0 0.81 0.69 0.56 350.87 0.69 0.26
Hex 71 15 23 0 51 45 38 15F 45 1A
Octal 161 25 43 0 121 105 70 537 105 32
Binary 1110001 10101 100011 0 1010001 1000101 111000 101011111 1000101 11010

Color Harmonies of #711523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711523

Black with #711523

Text Example


Text Example

White with #711523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711523; }

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

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

background-color css

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

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

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

border-color css

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

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

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