Html Css Color HEX #83151C Red Berry

📋 copy color: '#83151C'

red 131 ◦ green 21 ◦ blue 28

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

Shades of Red Berry #83151C

Tints of Red Berry #83151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 72.78%
G = 11.67%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83151C (or 0x83151C) is known color: Red Berry. HEX triplet: 83, 15 and 1C. RGB value is (131,21,28). Sum of RGB (Red+Green+Blue) = 131+21+28=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #83151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83151C is #7CEAE3. Grayscale: #363636. Windows color (decimal): -8186596 or 1840515. OLE color: 1840515.

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

Color convert

RGB 131 21 28 -
CMYK 0 0.84 0.79 0.49
HSL 356.18º 0.72% 0.3% -
HSV(B) 356.18º 0.84% 0.51% -
XYZ 9.84 5.45 1.63 -
YUV 54.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 131 21 28 0 0.84 0.79 0.49 356.18 0.72 0.3
Hex 83 15 1C 0 54 4F 31 164 48 1E
Octal 203 25 34 0 124 117 61 544 110 36
Binary 10000011 10101 11100 0 1010100 1001111 110001 101100100 1001000 11110

Color Harmonies of #83151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83151C

Black with #83151C

Text Example


Text Example

White with #83151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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