Html Css Color HEX #711825 Red Berry

📋 copy color: '#711825'

red 113 ◦ green 24 ◦ blue 37

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

Shades of Red Berry #711825

Tints of Red Berry #711825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

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

R = 64.94%
G = 13.79%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#711825 (or 0x711825) is known color: Red Berry. HEX triplet: 71, 18 and 25. RGB value is (113,24,37). Sum of RGB (Red+Green+Blue) = 113+24+37=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711825 is #8EE7DA. Grayscale: #343434. Windows color (decimal): -9365467 or 2431089. OLE color: 2431089.

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

Color convert

RGB 113 24 37 -
CMYK 0 0.79 0.67 0.56
HSL 351.24º 0.65% 0.27% -
HSV(B) 351.24º 0.79% 0.44% -
XYZ 7.47 4.3 2.19 -
YUV 52.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 113 24 37 0 0.79 0.67 0.56 351.24 0.65 0.27
Hex 71 18 25 0 4F 43 38 15F 41 1B
Octal 161 30 45 0 117 103 70 537 101 33
Binary 1110001 11000 100101 0 1001111 1000011 111000 101011111 1000001 11011

Color Harmonies of #711825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711825

Black with #711825

Text Example


Text Example

White with #711825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711825; }

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

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

background-color css

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

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

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

border-color css

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

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

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