Html Css Color HEX #83242E Scarlett

📋 copy color: '#83242E'

red 131 ◦ green 36 ◦ blue 46

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

Shades of Scarlett #83242E

Tints of Scarlett #83242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 61.5%
G = 16.9%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83242E (or 0x83242E) is known color: Scarlett. HEX triplet: 83, 24 and 2E. RGB value is (131,36,46). Sum of RGB (Red+Green+Blue) = 131+36+46=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242E is #7CDBD1. Grayscale: #414141. Windows color (decimal): -8182738 or 3024003. OLE color: 3024003.

HSL color Cylindrical-coordinate representation of color #83242E: hue angle of 353.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83242E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 46 -
CMYK 0 0.73 0.65 0.49
HSL 353.68º 0.57% 0.33% -
HSV(B) 353.68º 0.73% 0.51% -
XYZ 10.48 6.28 3.25 -
YUV 65.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 131 36 46 0 0.73 0.65 0.49 353.68 0.57 0.33
Hex 83 24 2E 0 49 41 31 162 39 21
Octal 203 44 56 0 111 101 61 542 71 41
Binary 10000011 100100 101110 0 1001001 1000001 110001 101100010 111001 100001

Color Harmonies of #83242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83242E

Black with #83242E

Text Example


Text Example

White with #83242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83242E; }

 p { color: rgb(131,36,46); }

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

background-color css

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

 a { background-color: rgb(131,36,46); }

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

border-color css

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

 span { border-color: rgb(131,36,46); }

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