Html Css Color HEX #71162A Red Berry

📋 copy color: '#71162A'

red 113 ◦ green 22 ◦ blue 42

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

Shades of Red Berry #71162A

Tints of Red Berry #71162A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 63.84%
G = 12.43%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71162A (or 0x71162A) is known color: Red Berry. HEX triplet: 71, 16 and 2A. RGB value is (113,22,42). Sum of RGB (Red+Green+Blue) = 113+22+42=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71162A is #8EE9D5. Grayscale: #333333. Windows color (decimal): -9365974 or 2758257. OLE color: 2758257.

HSL color Cylindrical-coordinate representation of color #71162A: hue angle of 346.81º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71162A is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 42 -
CMYK 0 0.81 0.63 0.56
HSL 346.81º 0.67% 0.26% -
HSV(B) 346.81º 0.81% 0.44% -
XYZ 7.51 4.25 2.62 -
YUV 51.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 113 22 42 0 0.81 0.63 0.56 346.81 0.67 0.26
Hex 71 16 2A 0 51 3F 38 15B 43 1A
Octal 161 26 52 0 121 77 70 533 103 32
Binary 1110001 10110 101010 0 1010001 111111 111000 101011011 1000011 11010

Color Harmonies of #71162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71162A

Black with #71162A

Text Example


Text Example

White with #71162A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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