Html Css Color HEX #83152E Scarlett

📋 copy color: '#83152E'

red 131 ◦ green 21 ◦ blue 46

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

Shades of Scarlett #83152E

Tints of Scarlett #83152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 66.16%
G = 10.61%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83152E (or 0x83152E) is known color: Scarlett. HEX triplet: 83, 15 and 2E. RGB value is (131,21,46). Sum of RGB (Red+Green+Blue) = 131+21+46=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83152E is #7CEAD1. Grayscale: #383838. Windows color (decimal): -8186578 or 3020163. OLE color: 3020163.

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

Color convert

RGB 131 21 46 -
CMYK 0 0.84 0.65 0.49
HSL 346.36º 0.72% 0.3% -
HSV(B) 346.36º 0.84% 0.51% -
XYZ 10.12 5.56 3.12 -
YUV 56.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 131 21 46 0 0.84 0.65 0.49 346.36 0.72 0.3
Hex 83 15 2E 0 54 41 31 15A 48 1E
Octal 203 25 56 0 124 101 61 532 110 36
Binary 10000011 10101 101110 0 1010100 1000001 110001 101011010 1001000 11110

Color Harmonies of #83152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83152E

Black with #83152E

Text Example


Text Example

White with #83152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83152E; }

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

 H1.HeaderClassName
 {
   color: #83152E;
 }
 .AnyTagClassName
 {
   color: #83152E;
 }
</style>

background-color css

<style>
 a { background-color: #83152E; }

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

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

border-color css

<style>
 span { border-color: #83152E; }

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

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