Html Css Color HEX #71142B Red Berry

📋 copy color: '#71142B'

red 113 ◦ green 20 ◦ blue 43

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

Shades of Red Berry #71142B

Tints of Red Berry #71142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 43 (17.19% from 255) = 24.43%

R = 64.2%
G = 11.36%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71142B (or 0x71142B) is known color: Red Berry. HEX triplet: 71, 14 and 2B. RGB value is (113,20,43). Sum of RGB (Red+Green+Blue) = 113+20+43=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142B is #8EEBD4. Grayscale: #323232. Windows color (decimal): -9366485 or 2823281. OLE color: 2823281.

HSL color Cylindrical-coordinate representation of color #71142B: hue angle of 345.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71142B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 43 -
CMYK 0 0.82 0.62 0.56
HSL 345.16º 0.7% 0.26% -
HSV(B) 345.16º 0.82% 0.44% -
XYZ 7.5 4.19 2.7 -
YUV 50.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 113 20 43 0 0.82 0.62 0.56 345.16 0.7 0.26
Hex 71 14 2B 0 52 3E 38 159 46 1A
Octal 161 24 53 0 122 76 70 531 106 32
Binary 1110001 10100 101011 0 1010010 111110 111000 101011001 1000110 11010

Color Harmonies of #71142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71142B

Black with #71142B

Text Example


Text Example

White with #71142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71142B; }

 p { color: rgb(113,20,43); }

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

background-color css

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

 a { background-color: rgb(113,20,43); }

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

border-color css

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

 span { border-color: rgb(113,20,43); }

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