Html Css Color HEX #71232A Red Berry

📋 copy color: '#71232A'

red 113 ◦ green 35 ◦ blue 42

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

Shades of Red Berry #71232A

Tints of Red Berry #71232A

RGB

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

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

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

R = 59.47%
G = 18.42%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71232A (or 0x71232A) is known color: Red Berry. HEX triplet: 71, 23 and 2A. RGB value is (113,35,42). Sum of RGB (Red+Green+Blue) = 113+35+42=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232A is #8EDCD5. Grayscale: #3B3B3B. Windows color (decimal): -9362646 or 2761585. OLE color: 2761585.

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

Color convert

RGB 113 35 42 -
CMYK 0 0.69 0.63 0.56
HSL 354.62º 0.53% 0.29% -
HSV(B) 354.62º 0.69% 0.44% -
XYZ 7.83 4.88 2.72 -
YUV 59.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 113 35 42 0 0.69 0.63 0.56 354.62 0.53 0.29
Hex 71 23 2A 0 45 3F 38 163 35 1D
Octal 161 43 52 0 105 77 70 543 65 35
Binary 1110001 100011 101010 0 1000101 111111 111000 101100011 110101 11101

Color Harmonies of #71232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71232A

Black with #71232A

Text Example


Text Example

White with #71232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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