Html Css Color HEX #831E34 Scarlett

📋 copy color: '#831E34'

red 131 ◦ green 30 ◦ blue 52

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

Shades of Scarlett #831E34

Tints of Scarlett #831E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.08%

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 61.5%
G = 14.08%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#831E34 (or 0x831E34) is known color: Scarlett. HEX triplet: 83, 1E and 34. RGB value is (131,30,52). Sum of RGB (Red+Green+Blue) = 131+30+52=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #831E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E34 is #7CE1CB. Grayscale: #3E3E3E. Windows color (decimal): -8184268 or 3415683. OLE color: 3415683.

HSL color Cylindrical-coordinate representation of color #831E34: hue angle of 346.93º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E34 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 52 -
CMYK 0 0.77 0.60 0.49
HSL 346.93º 0.63% 0.32% -
HSV(B) 346.93º 0.77% 0.51% -
XYZ 10.44 6 3.86 -
YUV 62.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 131 30 52 0 0.77 0.60 0.49 346.93 0.63 0.32
Hex 83 1E 34 0 4D 3C 31 15B 3F 20
Octal 203 36 64 0 115 74 61 533 77 40
Binary 10000011 11110 110100 0 1001101 111100 110001 101011011 111111 100000

Color Harmonies of #831E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E34

Black with #831E34

Text Example


Text Example

White with #831E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,30,52); }

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

background-color css

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

 a { background-color: rgb(131,30,52); }

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

border-color css

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

 span { border-color: rgb(131,30,52); }

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