Html Css Color HEX #83151B Red Berry

📋 copy color: '#83151B'

red 131 ◦ green 21 ◦ blue 27

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

Shades of Red Berry #83151B

Tints of Red Berry #83151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.08%

R = 73.18%
G = 11.73%
B = 15.08%

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

#83151B (or 0x83151B) is known color: Red Berry. HEX triplet: 83, 15 and 1B. RGB value is (131,21,27). Sum of RGB (Red+Green+Blue) = 131+21+27=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83151B is #7CEAE4. Grayscale: #363636. Windows color (decimal): -8186597 or 1774979. OLE color: 1774979.

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

Color convert

RGB 131 21 27 -
CMYK 0 0.84 0.79 0.49
HSL 356.73º 0.72% 0.3% -
HSV(B) 356.73º 0.84% 0.51% -
XYZ 9.83 5.44 1.57 -
YUV 54.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 131 21 27 0 0.84 0.79 0.49 356.73 0.72 0.3
Hex 83 15 1B 0 54 4F 31 165 48 1E
Octal 203 25 33 0 124 117 61 545 110 36
Binary 10000011 10101 11011 0 1010100 1001111 110001 101100101 1001000 11110

Color Harmonies of #83151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83151B

Black with #83151B

Text Example


Text Example

White with #83151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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