Html Css Color HEX #83152A Scarlett

📋 copy color: '#83152A'

red 131 ◦ green 21 ◦ blue 42

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

Shades of Scarlett #83152A

Tints of Scarlett #83152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 67.53%
G = 10.82%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83152A (or 0x83152A) is known color: Scarlett. HEX triplet: 83, 15 and 2A. RGB value is (131,21,42). Sum of RGB (Red+Green+Blue) = 131+21+42=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83152A is #7CEAD5. Grayscale: #383838. Windows color (decimal): -8186582 or 2758019. OLE color: 2758019.

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

Color convert

RGB 131 21 42 -
CMYK 0 0.84 0.68 0.49
HSL 348.55º 0.72% 0.3% -
HSV(B) 348.55º 0.84% 0.51% -
XYZ 10.05 5.53 2.73 -
YUV 56.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 131 21 42 0 0.84 0.68 0.49 348.55 0.72 0.3
Hex 83 15 2A 0 54 44 31 15D 48 1E
Octal 203 25 52 0 124 104 61 535 110 36
Binary 10000011 10101 101010 0 1010100 1000100 110001 101011101 1001000 11110

Color Harmonies of #83152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83152A

Black with #83152A

Text Example


Text Example

White with #83152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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