Html Css Color HEX #831625 Scarlett

📋 copy color: '#831625'

red 131 ◦ green 22 ◦ blue 37

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

Shades of Scarlett #831625

Tints of Scarlett #831625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 68.95%
G = 11.58%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#831625 (or 0x831625) is known color: Scarlett. HEX triplet: 83, 16 and 25. RGB value is (131,22,37). Sum of RGB (Red+Green+Blue) = 131+22+37=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #831625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831625 is #7CE9DA. Grayscale: #383838. Windows color (decimal): -8186331 or 2430595. OLE color: 2430595.

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

Color convert

RGB 131 22 37 -
CMYK 0 0.83 0.72 0.49
HSL 351.74º 0.71% 0.3% -
HSV(B) 351.74º 0.83% 0.51% -
XYZ 9.98 5.53 2.29 -
YUV 56.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 131 22 37 0 0.83 0.72 0.49 351.74 0.71 0.3
Hex 83 16 25 0 53 48 31 160 47 1E
Octal 203 26 45 0 123 110 61 540 107 36
Binary 10000011 10110 100101 0 1010011 1001000 110001 101100000 1000111 11110

Color Harmonies of #831625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831625

Black with #831625

Text Example


Text Example

White with #831625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831625; }

 p { color: rgb(131,22,37); }

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

background-color css

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

 a { background-color: rgb(131,22,37); }

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

border-color css

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

 span { border-color: rgb(131,22,37); }

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