Html Css Color HEX #71232B Red Berry

📋 copy color: '#71232B'

red 113 ◦ green 35 ◦ blue 43

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

Shades of Red Berry #71232B

Tints of Red Berry #71232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

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

R = 59.16%
G = 18.32%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71232B (or 0x71232B) is known color: Red Berry. HEX triplet: 71, 23 and 2B. RGB value is (113,35,43). Sum of RGB (Red+Green+Blue) = 113+35+43=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232B is #8EDCD4. Grayscale: #3B3B3B. Windows color (decimal): -9362645 or 2827121. OLE color: 2827121.

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

Color convert

RGB 113 35 43 -
CMYK 0 0.69 0.62 0.56
HSL 353.85º 0.53% 0.29% -
HSV(B) 353.85º 0.69% 0.44% -
XYZ 7.85 4.89 2.82 -
YUV 59.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 113 35 43 0 0.69 0.62 0.56 353.85 0.53 0.29
Hex 71 23 2B 0 45 3E 38 162 35 1D
Octal 161 43 53 0 105 76 70 542 65 35
Binary 1110001 100011 101011 0 1000101 111110 111000 101100010 110101 11101

Color Harmonies of #71232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71232B

Black with #71232B

Text Example


Text Example

White with #71232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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