Html Css Color HEX #71182A Red Berry

📋 copy color: '#71182A'

red 113 ◦ green 24 ◦ blue 42

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

Shades of Red Berry #71182A

Tints of Red Berry #71182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

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

R = 63.13%
G = 13.41%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71182A (or 0x71182A) is known color: Red Berry. HEX triplet: 71, 18 and 2A. RGB value is (113,24,42). Sum of RGB (Red+Green+Blue) = 113+24+42=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71182A is #8EE7D5. Grayscale: #343434. Windows color (decimal): -9365462 or 2758769. OLE color: 2758769.

HSL color Cylindrical-coordinate representation of color #71182A: hue angle of 347.87º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71182A is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 42 -
CMYK 0 0.79 0.63 0.56
HSL 347.87º 0.65% 0.27% -
HSV(B) 347.87º 0.79% 0.44% -
XYZ 7.55 4.33 2.63 -
YUV 52.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 113 24 42 0 0.79 0.63 0.56 347.87 0.65 0.27
Hex 71 18 2A 0 4F 3F 38 15C 41 1B
Octal 161 30 52 0 117 77 70 534 101 33
Binary 1110001 11000 101010 0 1001111 111111 111000 101011100 1000001 11011

Color Harmonies of #71182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71182A

Black with #71182A

Text Example


Text Example

White with #71182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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