Html Css Color HEX #831E2B Scarlett

📋 copy color: '#831E2B'

red 131 ◦ green 30 ◦ blue 43

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

Shades of Scarlett #831E2B

Tints of Scarlett #831E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 64.22%
G = 14.71%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#831E2B (or 0x831E2B) is known color: Scarlett. HEX triplet: 83, 1E and 2B. RGB value is (131,30,43). Sum of RGB (Red+Green+Blue) = 131+30+43=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #831E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E2B is #7CE1D4. Grayscale: #3D3D3D. Windows color (decimal): -8184277 or 2825859. OLE color: 2825859.

HSL color Cylindrical-coordinate representation of color #831E2B: hue angle of 352.28º 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 #831E2B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 43 -
CMYK 0 0.77 0.67 0.49
HSL 352.28º 0.63% 0.32% -
HSV(B) 352.28º 0.77% 0.51% -
XYZ 10.26 5.93 2.89 -
YUV 61.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 131 30 43 0 0.77 0.67 0.49 352.28 0.63 0.32
Hex 83 1E 2B 0 4D 43 31 160 3F 20
Octal 203 36 53 0 115 103 61 540 77 40
Binary 10000011 11110 101011 0 1001101 1000011 110001 101100000 111111 100000

Color Harmonies of #831E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E2B

Black with #831E2B

Text Example


Text Example

White with #831E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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