Html Css Color HEX #83141F Red Berry

📋 copy color: '#83141F'

red 131 ◦ green 20 ◦ blue 31

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

Shades of Red Berry #83141F

Tints of Red Berry #83141F

RGB

 RED value IS 131 (51.56% from 255) = 71.98%

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

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

R = 71.98%
G = 10.99%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83141F (or 0x83141F) is known color: Red Berry. HEX triplet: 83, 14 and 1F. RGB value is (131,20,31). Sum of RGB (Red+Green+Blue) = 131+20+31=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83141F is #7CEBE0. Grayscale: #363636. Windows color (decimal): -8186849 or 2036867. OLE color: 2036867.

HSL color Cylindrical-coordinate representation of color #83141F: hue angle of 354.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83141F is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 31 -
CMYK 0 0.85 0.76 0.49
HSL 354.05º 0.74% 0.3% -
HSV(B) 354.05º 0.85% 0.51% -
XYZ 9.86 5.42 1.82 -
YUV 54.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 131 20 31 0 0.85 0.76 0.49 354.05 0.74 0.3
Hex 83 14 1F 0 55 4C 31 162 4A 1E
Octal 203 24 37 0 125 114 61 542 112 36
Binary 10000011 10100 11111 0 1010101 1001100 110001 101100010 1001010 11110

Color Harmonies of #83141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83141F

Black with #83141F

Text Example


Text Example

White with #83141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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