Html Css Color HEX #831A30 Scarlett

📋 copy color: '#831A30'

red 131 ◦ green 26 ◦ blue 48

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

Shades of Scarlett #831A30

Tints of Scarlett #831A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.68%

 BLUE value IS 48 (19.14% from 255) = 23.41%

R = 63.9%
G = 12.68%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#831A30 (or 0x831A30) is known color: Scarlett. HEX triplet: 83, 1A and 30. RGB value is (131,26,48). Sum of RGB (Red+Green+Blue) = 131+26+48=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #831A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A30 is #7CE5CF. Grayscale: #3B3B3B. Windows color (decimal): -8185296 or 3152515. OLE color: 3152515.

HSL color Cylindrical-coordinate representation of color #831A30: hue angle of 347.43º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A30 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 48 -
CMYK 0 0.80 0.63 0.49
HSL 347.43º 0.67% 0.31% -
HSV(B) 347.43º 0.8% 0.51% -
XYZ 10.26 5.78 3.37 -
YUV 59.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 131 26 48 0 0.80 0.63 0.49 347.43 0.67 0.31
Hex 83 1A 30 0 50 3F 31 15B 43 1F
Octal 203 32 60 0 120 77 61 533 103 37
Binary 10000011 11010 110000 0 1010000 111111 110001 101011011 1000011 11111

Color Harmonies of #831A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A30

Black with #831A30

Text Example


Text Example

White with #831A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A30; }

 p { color: rgb(131,26,48); }

 H1.HeaderClassName
 {
   color: #831A30;
 }
 .AnyTagClassName
 {
   color: #831A30;
 }
</style>

background-color css

<style>
 a { background-color: #831A30; }

 a { background-color: rgb(131,26,48); }

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

border-color css

<style>
 span { border-color: #831A30; }

 span { border-color: rgb(131,26,48); }

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