Html Css Color HEX #71202C Red Berry

📋 copy color: '#71202C'

red 113 ◦ green 32 ◦ blue 44

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

Shades of Red Berry #71202C

Tints of Red Berry #71202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 59.79%
G = 16.93%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71202C (or 0x71202C) is known color: Red Berry. HEX triplet: 71, 20 and 2C. RGB value is (113,32,44). Sum of RGB (Red+Green+Blue) = 113+32+44=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71202C is #8EDFD3. Grayscale: #393939. Windows color (decimal): -9363412 or 2891889. OLE color: 2891889.

HSL color Cylindrical-coordinate representation of color #71202C: hue angle of 351.11º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71202C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 44 -
CMYK 0 0.72 0.61 0.56
HSL 351.11º 0.56% 0.28% -
HSV(B) 351.11º 0.72% 0.44% -
XYZ 7.78 4.73 2.88 -
YUV 57.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 113 32 44 0 0.72 0.61 0.56 351.11 0.56 0.28
Hex 71 20 2C 0 48 3D 38 15F 38 1C
Octal 161 40 54 0 110 75 70 537 70 34
Binary 1110001 100000 101100 0 1001000 111101 111000 101011111 111000 11100

Color Harmonies of #71202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71202C

Black with #71202C

Text Example


Text Example

White with #71202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71202C; }

 p { color: rgb(113,32,44); }

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

background-color css

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

 a { background-color: rgb(113,32,44); }

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

border-color css

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

 span { border-color: rgb(113,32,44); }

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