Html Css Color HEX #83242F Scarlett

📋 copy color: '#83242F'

red 131 ◦ green 36 ◦ blue 47

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

Shades of Scarlett #83242F

Tints of Scarlett #83242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 61.21%
G = 16.82%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83242F (or 0x83242F) is known color: Scarlett. HEX triplet: 83, 24 and 2F. RGB value is (131,36,47). Sum of RGB (Red+Green+Blue) = 131+36+47=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242F is #7CDBD0. Grayscale: #414141. Windows color (decimal): -8182737 or 3089539. OLE color: 3089539.

HSL color Cylindrical-coordinate representation of color #83242F: hue angle of 353.05º 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 #83242F is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 47 -
CMYK 0 0.73 0.64 0.49
HSL 353.05º 0.57% 0.33% -
HSV(B) 353.05º 0.73% 0.51% -
XYZ 10.5 6.29 3.35 -
YUV 65.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 131 36 47 0 0.73 0.64 0.49 353.05 0.57 0.33
Hex 83 24 2F 0 49 40 31 161 39 21
Octal 203 44 57 0 111 100 61 541 71 41
Binary 10000011 100100 101111 0 1001001 1000000 110001 101100001 111001 100001

Color Harmonies of #83242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83242F

Black with #83242F

Text Example


Text Example

White with #83242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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