Html Css Color HEX #71141F Red Berry

📋 copy color: '#71141F'

red 113 ◦ green 20 ◦ blue 31

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

Shades of Red Berry #71141F

Tints of Red Berry #71141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 68.9%
G = 12.2%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71141F (or 0x71141F) is known color: Red Berry. HEX triplet: 71, 14 and 1F. RGB value is (113,20,31). Sum of RGB (Red+Green+Blue) = 113+20+31=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71141F is #8EEBE0. Grayscale: #313131. Windows color (decimal): -9366497 or 2036849. OLE color: 2036849.

HSL color Cylindrical-coordinate representation of color #71141F: hue angle of 352.9º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71141F is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 31 -
CMYK 0 0.82 0.73 0.56
HSL 352.9º 0.7% 0.26% -
HSV(B) 352.9º 0.82% 0.44% -
XYZ 7.31 4.11 1.7 -
YUV 49.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 113 20 31 0 0.82 0.73 0.56 352.9 0.7 0.26
Hex 71 14 1F 0 52 49 38 161 46 1A
Octal 161 24 37 0 122 111 70 541 106 32
Binary 1110001 10100 11111 0 1010010 1001001 111000 101100001 1000110 11010

Color Harmonies of #71141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71141F

Black with #71141F

Text Example


Text Example

White with #71141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71141F; }

 p { color: rgb(113,20,31); }

 H1.HeaderClassName
 {
   color: #71141F;
 }
 .AnyTagClassName
 {
   color: #71141F;
 }
</style>

background-color css

<style>
 a { background-color: #71141F; }

 a { background-color: rgb(113,20,31); }

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

border-color css

<style>
 span { border-color: #71141F; }

 span { border-color: rgb(113,20,31); }

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