Html Css Color HEX #71132A Red Berry

📋 copy color: '#71132A'

red 113 ◦ green 19 ◦ blue 42

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

Shades of Red Berry #71132A

Tints of Red Berry #71132A

RGB

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

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

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

R = 64.94%
G = 10.92%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71132A (or 0x71132A) is known color: Red Berry. HEX triplet: 71, 13 and 2A. RGB value is (113,19,42). Sum of RGB (Red+Green+Blue) = 113+19+42=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71132A is #8EECD5. Grayscale: #313131. Windows color (decimal): -9366742 or 2757489. OLE color: 2757489.

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

Color convert

RGB 113 19 42 -
CMYK 0 0.83 0.63 0.56
HSL 345.32º 0.71% 0.26% -
HSV(B) 345.32º 0.83% 0.44% -
XYZ 7.46 4.14 2.6 -
YUV 49.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 113 19 42 0 0.83 0.63 0.56 345.32 0.71 0.26
Hex 71 13 2A 0 53 3F 38 159 47 1A
Octal 161 23 52 0 123 77 70 531 107 32
Binary 1110001 10011 101010 0 1010011 111111 111000 101011001 1000111 11010

Color Harmonies of #71132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71132A

Black with #71132A

Text Example


Text Example

White with #71132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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