Html Css Color HEX #71181D Red Berry

📋 copy color: '#71181D'

red 113 ◦ green 24 ◦ blue 29

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

Shades of Red Berry #71181D

Tints of Red Berry #71181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.47%

R = 68.07%
G = 14.46%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71181D (or 0x71181D) is known color: Red Berry. HEX triplet: 71, 18 and 1D. RGB value is (113,24,29). Sum of RGB (Red+Green+Blue) = 113+24+29=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71181D is #8EE7E2. Grayscale: #333333. Windows color (decimal): -9365475 or 1906801. OLE color: 1906801.

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

Color convert

RGB 113 24 29 -
CMYK 0 0.79 0.74 0.56
HSL 356.63º 0.65% 0.27% -
HSV(B) 356.63º 0.79% 0.44% -
XYZ 7.36 4.25 1.6 -
YUV 51.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 113 24 29 0 0.79 0.74 0.56 356.63 0.65 0.27
Hex 71 18 1D 0 4F 4A 38 165 41 1B
Octal 161 30 35 0 117 112 70 545 101 33
Binary 1110001 11000 11101 0 1001111 1001010 111000 101100101 1000001 11011

Color Harmonies of #71181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71181D

Black with #71181D

Text Example


Text Example

White with #71181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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