Html Css Color HEX #831430 Scarlett

📋 copy color: '#831430'

red 131 ◦ green 20 ◦ blue 48

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

Shades of Scarlett #831430

Tints of Scarlett #831430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 65.83%
G = 10.05%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#831430 (or 0x831430) is known color: Scarlett. HEX triplet: 83, 14 and 30. RGB value is (131,20,48). Sum of RGB (Red+Green+Blue) = 131+20+48=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #831430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831430 is #7CEBCF. Grayscale: #383838. Windows color (decimal): -8186832 or 3150979. OLE color: 3150979.

HSL color Cylindrical-coordinate representation of color #831430: hue angle of 344.86º 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 #831430 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 48 -
CMYK 0 0.85 0.63 0.49
HSL 344.86º 0.74% 0.3% -
HSV(B) 344.86º 0.85% 0.51% -
XYZ 10.14 5.54 3.33 -
YUV 56.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 131 20 48 0 0.85 0.63 0.49 344.86 0.74 0.3
Hex 83 14 30 0 55 3F 31 159 4A 1E
Octal 203 24 60 0 125 77 61 531 112 36
Binary 10000011 10100 110000 0 1010101 111111 110001 101011001 1001010 11110

Color Harmonies of #831430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831430

Black with #831430

Text Example


Text Example

White with #831430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831430; }

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

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

background-color css

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

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

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

border-color css

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

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

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