Html Css Color HEX #83141A Red Berry

📋 copy color: '#83141A'

red 131 ◦ green 20 ◦ blue 26

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

Shades of Red Berry #83141A

Tints of Red Berry #83141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.69%

R = 74.01%
G = 11.3%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83141A (or 0x83141A) is known color: Red Berry. HEX triplet: 83, 14 and 1A. RGB value is (131,20,26). Sum of RGB (Red+Green+Blue) = 131+20+26=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83141A is #7CEBE5. Grayscale: #353535. Windows color (decimal): -8186854 or 1709187. OLE color: 1709187.

HSL color Cylindrical-coordinate representation of color #83141A: hue angle of 356.76º 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 #83141A is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 26 -
CMYK 0 0.85 0.80 0.49
HSL 356.76º 0.74% 0.3% -
HSV(B) 356.76º 0.85% 0.51% -
XYZ 9.8 5.4 1.5 -
YUV 53.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 131 20 26 0 0.85 0.80 0.49 356.76 0.74 0.3
Hex 83 14 1A 0 55 50 31 165 4A 1E
Octal 203 24 32 0 125 120 61 545 112 36
Binary 10000011 10100 11010 0 1010101 1010000 110001 101100101 1001010 11110

Color Harmonies of #83141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83141A

Black with #83141A

Text Example


Text Example

White with #83141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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