Html Css Color HEX #83151A Red Berry

📋 copy color: '#83151A'

red 131 ◦ green 21 ◦ blue 26

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

Shades of Red Berry #83151A

Tints of Red Berry #83151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 73.6%
G = 11.8%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83151A (or 0x83151A) is known color: Red Berry. HEX triplet: 83, 15 and 1A. RGB value is (131,21,26). Sum of RGB (Red+Green+Blue) = 131+21+26=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83151A is #7CEAE5. Grayscale: #363636. Windows color (decimal): -8186598 or 1709443. OLE color: 1709443.

HSL color Cylindrical-coordinate representation of color #83151A: hue angle of 357.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83151A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 26 -
CMYK 0 0.84 0.80 0.49
HSL 357.27º 0.72% 0.3% -
HSV(B) 357.27º 0.84% 0.51% -
XYZ 9.81 5.44 1.51 -
YUV 54.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 131 21 26 0 0.84 0.80 0.49 357.27 0.72 0.3
Hex 83 15 1A 0 54 50 31 165 48 1E
Octal 203 25 32 0 124 120 61 545 110 36
Binary 10000011 10101 11010 0 1010100 1010000 110001 101100101 1001000 11110

Color Harmonies of #83151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83151A

Black with #83151A

Text Example


Text Example

White with #83151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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