Html Css Color HEX #711325 Red Berry

📋 copy color: '#711325'

red 113 ◦ green 19 ◦ blue 37

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

Shades of Red Berry #711325

Tints of Red Berry #711325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 66.86%
G = 11.24%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#711325 (or 0x711325) is known color: Red Berry. HEX triplet: 71, 13 and 25. RGB value is (113,19,37). Sum of RGB (Red+Green+Blue) = 113+19+37=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711325 is #8EECDA. Grayscale: #313131. Windows color (decimal): -9366747 or 2429809. OLE color: 2429809.

HSL color Cylindrical-coordinate representation of color #711325: hue angle of 348.51º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711325 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 37 -
CMYK 0 0.83 0.67 0.56
HSL 348.51º 0.71% 0.26% -
HSV(B) 348.51º 0.83% 0.44% -
XYZ 7.38 4.11 2.15 -
YUV 49.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 113 19 37 0 0.83 0.67 0.56 348.51 0.71 0.26
Hex 71 13 25 0 53 43 38 15D 47 1A
Octal 161 23 45 0 123 103 70 535 107 32
Binary 1110001 10011 100101 0 1010011 1000011 111000 101011101 1000111 11010

Color Harmonies of #711325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711325

Black with #711325

Text Example


Text Example

White with #711325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711325; }

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

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

background-color css

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

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

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

border-color css

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

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

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