Html Css Color HEX #83151D Red Berry

📋 copy color: '#83151D'

red 131 ◦ green 21 ◦ blue 29

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

Shades of Red Berry #83151D

Tints of Red Berry #83151D

RGB

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

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

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

R = 72.38%
G = 11.6%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83151D (or 0x83151D) is known color: Red Berry. HEX triplet: 83, 15 and 1D. RGB value is (131,21,29). Sum of RGB (Red+Green+Blue) = 131+21+29=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #83151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83151D is #7CEAE2. Grayscale: #363636. Windows color (decimal): -8186595 or 1906051. OLE color: 1906051.

HSL color Cylindrical-coordinate representation of color #83151D: hue angle of 355.64º 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 #83151D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 29 -
CMYK 0 0.84 0.78 0.49
HSL 355.64º 0.72% 0.3% -
HSV(B) 355.64º 0.84% 0.51% -
XYZ 9.85 5.45 1.7 -
YUV 54.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 131 21 29 0 0.84 0.78 0.49 355.64 0.72 0.3
Hex 83 15 1D 0 54 4E 31 164 48 1E
Octal 203 25 35 0 124 116 61 544 110 36
Binary 10000011 10101 11101 0 1010100 1001110 110001 101100100 1001000 11110

Color Harmonies of #83151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83151D

Black with #83151D

Text Example


Text Example

White with #83151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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