Html Css Color HEX #712124 Red Berry

📋 copy color: '#712124'

red 113 ◦ green 33 ◦ blue 36

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

Shades of Red Berry #712124

Tints of Red Berry #712124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.13%

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

R = 62.09%
G = 18.13%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#712124 (or 0x712124) is known color: Red Berry. HEX triplet: 71, 21 and 24. RGB value is (113,33,36). Sum of RGB (Red+Green+Blue) = 113+33+36=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712124 is #8EDEDB. Grayscale: #393939. Windows color (decimal): -9363164 or 2367857. OLE color: 2367857.

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

Color convert

RGB 113 33 36 -
CMYK 0 0.71 0.68 0.56
HSL 357.75º 0.55% 0.29% -
HSV(B) 357.75º 0.71% 0.44% -
XYZ 7.67 4.73 2.18 -
YUV 57.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 113 33 36 0 0.71 0.68 0.56 357.75 0.55 0.29
Hex 71 21 24 0 47 44 38 166 37 1D
Octal 161 41 44 0 107 104 70 546 67 35
Binary 1110001 100001 100100 0 1000111 1000100 111000 101100110 110111 11101

Color Harmonies of #712124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712124

Black with #712124

Text Example


Text Example

White with #712124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712124; }

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

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

background-color css

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

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

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

border-color css

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

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

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