Html Css Color HEX #831433 Scarlett

📋 copy color: '#831433'

red 131 ◦ green 20 ◦ blue 51

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

Shades of Scarlett #831433

Tints of Scarlett #831433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 64.85%
G = 9.9%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#831433 (or 0x831433) is known color: Scarlett. HEX triplet: 83, 14 and 33. RGB value is (131,20,51). Sum of RGB (Red+Green+Blue) = 131+20+51=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831433 is #7CEBCC. Grayscale: #383838. Windows color (decimal): -8186829 or 3347587. OLE color: 3347587.

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

Color convert

RGB 131 20 51 -
CMYK 0 0.85 0.61 0.49
HSL 343.24º 0.74% 0.3% -
HSV(B) 343.24º 0.85% 0.51% -
XYZ 10.21 5.56 3.67 -
YUV 56.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 131 20 51 0 0.85 0.61 0.49 343.24 0.74 0.3
Hex 83 14 33 0 55 3D 31 157 4A 1E
Octal 203 24 63 0 125 75 61 527 112 36
Binary 10000011 10100 110011 0 1010101 111101 110001 101010111 1001010 11110

Color Harmonies of #831433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831433

Black with #831433

Text Example


Text Example

White with #831433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831433; }

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

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

background-color css

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

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

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

border-color css

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

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

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