Html Css Color HEX #831730 Scarlett

📋 copy color: '#831730'

red 131 ◦ green 23 ◦ blue 48

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

Shades of Scarlett #831730

Tints of Scarlett #831730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

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

R = 64.85%
G = 11.39%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#831730 (or 0x831730) is known color: Scarlett. HEX triplet: 83, 17 and 30. RGB value is (131,23,48). Sum of RGB (Red+Green+Blue) = 131+23+48=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831730 is #7CE8CF. Grayscale: #3A3A3A. Windows color (decimal): -8186064 or 3151747. OLE color: 3151747.

HSL color Cylindrical-coordinate representation of color #831730: hue angle of 346.11º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831730 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 48 -
CMYK 0 0.82 0.63 0.49
HSL 346.11º 0.7% 0.3% -
HSV(B) 346.11º 0.82% 0.51% -
XYZ 10.2 5.65 3.35 -
YUV 58.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 131 23 48 0 0.82 0.63 0.49 346.11 0.7 0.3
Hex 83 17 30 0 52 3F 31 15A 46 1E
Octal 203 27 60 0 122 77 61 532 106 36
Binary 10000011 10111 110000 0 1010010 111111 110001 101011010 1000110 11110

Color Harmonies of #831730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831730

Black with #831730

Text Example


Text Example

White with #831730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831730; }

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

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

background-color css

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

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

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

border-color css

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

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

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