Html Css Color HEX #831B34 Scarlett

📋 copy color: '#831B34'

red 131 ◦ green 27 ◦ blue 52

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

Shades of Scarlett #831B34

Tints of Scarlett #831B34

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.86%

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

R = 62.38%
G = 12.86%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#831B34 (or 0x831B34) is known color: Scarlett. HEX triplet: 83, 1B and 34. RGB value is (131,27,52). Sum of RGB (Red+Green+Blue) = 131+27+52=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #831B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B34 is #7CE4CB. Grayscale: #3C3C3C. Windows color (decimal): -8185036 or 3414915. OLE color: 3414915.

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

Color convert

RGB 131 27 52 -
CMYK 0 0.79 0.60 0.49
HSL 345.58º 0.66% 0.31% -
HSV(B) 345.58º 0.79% 0.51% -
XYZ 10.37 5.86 3.83 -
YUV 60.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 131 27 52 0 0.79 0.60 0.49 345.58 0.66 0.31
Hex 83 1B 34 0 4F 3C 31 15A 42 1F
Octal 203 33 64 0 117 74 61 532 102 37
Binary 10000011 11011 110100 0 1001111 111100 110001 101011010 1000010 11111

Color Harmonies of #831B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B34

Black with #831B34

Text Example


Text Example

White with #831B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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