Html Css Color HEX #711728 Red Berry

📋 copy color: '#711728'

red 113 ◦ green 23 ◦ blue 40

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

Shades of Red Berry #711728

Tints of Red Berry #711728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 64.2%
G = 13.07%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711728 (or 0x711728) is known color: Red Berry. HEX triplet: 71, 17 and 28. RGB value is (113,23,40). Sum of RGB (Red+Green+Blue) = 113+23+40=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #711728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711728 is #8EE8D7. Grayscale: #333333. Windows color (decimal): -9365720 or 2627441. OLE color: 2627441.

HSL color Cylindrical-coordinate representation of color #711728: hue angle of 348.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711728 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 40 -
CMYK 0 0.80 0.65 0.56
HSL 348.67º 0.66% 0.27% -
HSV(B) 348.67º 0.8% 0.44% -
XYZ 7.5 4.28 2.44 -
YUV 51.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 113 23 40 0 0.80 0.65 0.56 348.67 0.66 0.27
Hex 71 17 28 0 50 41 38 15D 42 1B
Octal 161 27 50 0 120 101 70 535 102 33
Binary 1110001 10111 101000 0 1010000 1000001 111000 101011101 1000010 11011

Color Harmonies of #711728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711728

Black with #711728

Text Example


Text Example

White with #711728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711728; }

 p { color: rgb(113,23,40); }

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

background-color css

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

 a { background-color: rgb(113,23,40); }

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

border-color css

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

 span { border-color: rgb(113,23,40); }

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