Html Css Color HEX #711224 Red Berry

📋 copy color: '#711224'

red 113 ◦ green 18 ◦ blue 36

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

Shades of Red Berry #711224

Tints of Red Berry #711224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 36 (14.45% from 255) = 21.56%

R = 67.66%
G = 10.78%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#711224 (or 0x711224) is known color: Red Berry. HEX triplet: 71, 12 and 24. RGB value is (113,18,36). Sum of RGB (Red+Green+Blue) = 113+18+36=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #711224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711224 is #8EEDDB. Grayscale: #303030. Windows color (decimal): -9367004 or 2364017. OLE color: 2364017.

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

Color convert

RGB 113 18 36 -
CMYK 0 0.84 0.68 0.56
HSL 348.63º 0.73% 0.26% -
HSV(B) 348.63º 0.84% 0.44% -
XYZ 7.34 4.07 2.07 -
YUV 48.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 113 18 36 0 0.84 0.68 0.56 348.63 0.73 0.26
Hex 71 12 24 0 54 44 38 15D 49 1A
Octal 161 22 44 0 124 104 70 535 111 32
Binary 1110001 10010 100100 0 1010100 1000100 111000 101011101 1001001 11010

Color Harmonies of #711224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711224

Black with #711224

Text Example


Text Example

White with #711224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711224; }

 p { color: rgb(113,18,36); }

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

background-color css

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

 a { background-color: rgb(113,18,36); }

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

border-color css

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

 span { border-color: rgb(113,18,36); }

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