Html Css Color HEX #71132B Red Berry

📋 copy color: '#71132B'

red 113 ◦ green 19 ◦ blue 43

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

Shades of Red Berry #71132B

Tints of Red Berry #71132B

RGB

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

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

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

R = 64.57%
G = 10.86%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71132B (or 0x71132B) is known color: Red Berry. HEX triplet: 71, 13 and 2B. RGB value is (113,19,43). Sum of RGB (Red+Green+Blue) = 113+19+43=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71132B is #8EECD4. Grayscale: #313131. Windows color (decimal): -9366741 or 2823025. OLE color: 2823025.

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

Color convert

RGB 113 19 43 -
CMYK 0 0.83 0.62 0.56
HSL 344.68º 0.71% 0.26% -
HSV(B) 344.68º 0.83% 0.44% -
XYZ 7.48 4.15 2.69 -
YUV 49.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 113 19 43 0 0.83 0.62 0.56 344.68 0.71 0.26
Hex 71 13 2B 0 53 3E 38 159 47 1A
Octal 161 23 53 0 123 76 70 531 107 32
Binary 1110001 10011 101011 0 1010011 111110 111000 101011001 1000111 11010

Color Harmonies of #71132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71132B

Black with #71132B

Text Example


Text Example

White with #71132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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