Html Css Color HEX #711324 Red Berry

📋 copy color: '#711324'

red 113 ◦ green 19 ◦ blue 36

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

Shades of Red Berry #711324

Tints of Red Berry #711324

RGB

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

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

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

R = 67.26%
G = 11.31%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#711324 (or 0x711324) is known color: Red Berry. HEX triplet: 71, 13 and 24. RGB value is (113,19,36). Sum of RGB (Red+Green+Blue) = 113+19+36=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711324 is #8EECDB. Grayscale: #313131. Windows color (decimal): -9366748 or 2364273. OLE color: 2364273.

HSL color Cylindrical-coordinate representation of color #711324: hue angle of 349.15º 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 #711324 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 36 -
CMYK 0 0.83 0.68 0.56
HSL 349.15º 0.71% 0.26% -
HSV(B) 349.15º 0.83% 0.44% -
XYZ 7.36 4.1 2.07 -
YUV 49.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 113 19 36 0 0.83 0.68 0.56 349.15 0.71 0.26
Hex 71 13 24 0 53 44 38 15D 47 1A
Octal 161 23 44 0 123 104 70 535 107 32
Binary 1110001 10011 100100 0 1010011 1000100 111000 101011101 1000111 11010

Color Harmonies of #711324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711324

Black with #711324

Text Example


Text Example

White with #711324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711324; }

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

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

background-color css

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

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

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

border-color css

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

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

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