Html Css Color HEX #831A33 Scarlett

📋 copy color: '#831A33'

red 131 ◦ green 26 ◦ blue 51

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

Shades of Scarlett #831A33

Tints of Scarlett #831A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.52%

R = 62.98%
G = 12.5%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#831A33 (or 0x831A33) is known color: Scarlett. HEX triplet: 83, 1A and 33. RGB value is (131,26,51). Sum of RGB (Red+Green+Blue) = 131+26+51=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #831A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A33 is #7CE5CC. Grayscale: #3C3C3C. Windows color (decimal): -8185293 or 3349123. OLE color: 3349123.

HSL color Cylindrical-coordinate representation of color #831A33: hue angle of 345.71º 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 #831A33 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 51 -
CMYK 0 0.80 0.61 0.49
HSL 345.71º 0.67% 0.31% -
HSV(B) 345.71º 0.8% 0.51% -
XYZ 10.33 5.8 3.71 -
YUV 60.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 131 26 51 0 0.80 0.61 0.49 345.71 0.67 0.31
Hex 83 1A 33 0 50 3D 31 15A 43 1F
Octal 203 32 63 0 120 75 61 532 103 37
Binary 10000011 11010 110011 0 1010000 111101 110001 101011010 1000011 11111

Color Harmonies of #831A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A33

Black with #831A33

Text Example


Text Example

White with #831A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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