Html Css Color HEX #711628 Red Berry

📋 copy color: '#711628'

red 113 ◦ green 22 ◦ blue 40

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

Shades of Red Berry #711628

Tints of Red Berry #711628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

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

R = 64.57%
G = 12.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711628 (or 0x711628) is known color: Red Berry. HEX triplet: 71, 16 and 28. RGB value is (113,22,40). Sum of RGB (Red+Green+Blue) = 113+22+40=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #711628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711628 is #8EE9D7. Grayscale: #333333. Windows color (decimal): -9365976 or 2627185. OLE color: 2627185.

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

Color convert

RGB 113 22 40 -
CMYK 0 0.81 0.65 0.56
HSL 348.13º 0.67% 0.26% -
HSV(B) 348.13º 0.81% 0.44% -
XYZ 7.48 4.24 2.43 -
YUV 51.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 113 22 40 0 0.81 0.65 0.56 348.13 0.67 0.26
Hex 71 16 28 0 51 41 38 15C 43 1A
Octal 161 26 50 0 121 101 70 534 103 32
Binary 1110001 10110 101000 0 1010001 1000001 111000 101011100 1000011 11010

Color Harmonies of #711628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711628

Black with #711628

Text Example


Text Example

White with #711628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711628; }

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

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

background-color css

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

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

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

border-color css

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

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

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