Html Css Color HEX #71232D Red Berry

📋 copy color: '#71232D'

red 113 ◦ green 35 ◦ blue 45

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

Shades of Red Berry #71232D

Tints of Red Berry #71232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 58.55%
G = 18.13%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71232D (or 0x71232D) is known color: Red Berry. HEX triplet: 71, 23 and 2D. RGB value is (113,35,45). Sum of RGB (Red+Green+Blue) = 113+35+45=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232D is #8EDCD2. Grayscale: #3B3B3B. Windows color (decimal): -9362643 or 2958193. OLE color: 2958193.

HSL color Cylindrical-coordinate representation of color #71232D: hue angle of 352.31º 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 #71232D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 45 -
CMYK 0 0.69 0.60 0.56
HSL 352.31º 0.53% 0.29% -
HSV(B) 352.31º 0.69% 0.44% -
XYZ 7.88 4.9 3.01 -
YUV 59.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 113 35 45 0 0.69 0.60 0.56 352.31 0.53 0.29
Hex 71 23 2D 0 45 3C 38 160 35 1D
Octal 161 43 55 0 105 74 70 540 65 35
Binary 1110001 100011 101101 0 1000101 111100 111000 101100000 110101 11101

Color Harmonies of #71232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71232D

Black with #71232D

Text Example


Text Example

White with #71232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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