Html Css Color HEX #83152B Scarlett

📋 copy color: '#83152B'

red 131 ◦ green 21 ◦ blue 43

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

Shades of Scarlett #83152B

Tints of Scarlett #83152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 67.18%
G = 10.77%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83152B (or 0x83152B) is known color: Scarlett. HEX triplet: 83, 15 and 2B. RGB value is (131,21,43). Sum of RGB (Red+Green+Blue) = 131+21+43=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83152B is #7CEAD4. Grayscale: #383838. Windows color (decimal): -8186581 or 2823555. OLE color: 2823555.

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

Color convert

RGB 131 21 43 -
CMYK 0 0.84 0.67 0.49
HSL 348º 0.72% 0.3% -
HSV(B) 348º 0.84% 0.51% -
XYZ 10.06 5.54 2.82 -
YUV 56.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 131 21 43 0 0.84 0.67 0.49 348 0.72 0.3
Hex 83 15 2B 0 54 43 31 15C 48 1E
Octal 203 25 53 0 124 103 61 534 110 36
Binary 10000011 10101 101011 0 1010100 1000011 110001 101011100 1001000 11110

Color Harmonies of #83152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83152B

Black with #83152B

Text Example


Text Example

White with #83152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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