Html Css Color HEX #71202A Red Berry

📋 copy color: '#71202A'

red 113 ◦ green 32 ◦ blue 42

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

Shades of Red Berry #71202A

Tints of Red Berry #71202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 60.43%
G = 17.11%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71202A (or 0x71202A) is known color: Red Berry. HEX triplet: 71, 20 and 2A. RGB value is (113,32,42). Sum of RGB (Red+Green+Blue) = 113+32+42=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #71202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71202A is #8EDFD5. Grayscale: #393939. Windows color (decimal): -9363414 or 2760817. OLE color: 2760817.

HSL color Cylindrical-coordinate representation of color #71202A: hue angle of 352.59º 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 #71202A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 42 -
CMYK 0 0.72 0.63 0.56
HSL 352.59º 0.56% 0.28% -
HSV(B) 352.59º 0.72% 0.44% -
XYZ 7.74 4.71 2.69 -
YUV 57.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 113 32 42 0 0.72 0.63 0.56 352.59 0.56 0.28
Hex 71 20 2A 0 48 3F 38 161 38 1C
Octal 161 40 52 0 110 77 70 541 70 34
Binary 1110001 100000 101010 0 1001000 111111 111000 101100001 111000 11100

Color Harmonies of #71202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71202A

Black with #71202A

Text Example


Text Example

White with #71202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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