Html Css Color HEX #83152D Scarlett

📋 copy color: '#83152D'

red 131 ◦ green 21 ◦ blue 45

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

Shades of Scarlett #83152D

Tints of Scarlett #83152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 66.5%
G = 10.66%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83152D (or 0x83152D) is known color: Scarlett. HEX triplet: 83, 15 and 2D. RGB value is (131,21,45). Sum of RGB (Red+Green+Blue) = 131+21+45=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83152D is #7CEAD2. Grayscale: #383838. Windows color (decimal): -8186579 or 2954627. OLE color: 2954627.

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

Color convert

RGB 131 21 45 -
CMYK 0 0.84 0.66 0.49
HSL 346.91º 0.72% 0.3% -
HSV(B) 346.91º 0.84% 0.51% -
XYZ 10.1 5.55 3.02 -
YUV 56.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 131 21 45 0 0.84 0.66 0.49 346.91 0.72 0.3
Hex 83 15 2D 0 54 42 31 15B 48 1E
Octal 203 25 55 0 124 102 61 533 110 36
Binary 10000011 10101 101101 0 1010100 1000010 110001 101011011 1001000 11110

Color Harmonies of #83152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83152D

Black with #83152D

Text Example


Text Example

White with #83152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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