Html Css Color HEX #711529 Red Berry

📋 copy color: '#711529'

red 113 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #711529

Tints of Red Berry #711529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 64.57%
G = 12%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#711529 (or 0x711529) is known color: Red Berry. HEX triplet: 71, 15 and 29. RGB value is (113,21,41). Sum of RGB (Red+Green+Blue) = 113+21+41=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #711529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711529 is #8EEAD6. Grayscale: #323232. Windows color (decimal): -9366231 or 2692465. OLE color: 2692465.

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

Color convert

RGB 113 21 41 -
CMYK 0 0.81 0.64 0.56
HSL 346.96º 0.69% 0.26% -
HSV(B) 346.96º 0.81% 0.44% -
XYZ 7.48 4.21 2.52 -
YUV 50.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 113 21 41 0 0.81 0.64 0.56 346.96 0.69 0.26
Hex 71 15 29 0 51 40 38 15B 45 1A
Octal 161 25 51 0 121 100 70 533 105 32
Binary 1110001 10101 101001 0 1010001 1000000 111000 101011011 1000101 11010

Color Harmonies of #711529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711529

Black with #711529

Text Example


Text Example

White with #711529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711529; }

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

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

background-color css

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

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

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

border-color css

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

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

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