Html Css Color HEX #53375F Scarlet Gum

📋 copy color: '#53375F'

red 83 ◦ green 55 ◦ blue 95

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

Shades of Scarlet Gum #53375F

Tints of Scarlet Gum #53375F

RGB

 RED value IS 83 (32.81% from 255) = 35.62%

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 35.62%
G = 23.61%
B = 40.77%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53375F (or 0x53375F) is known color: Scarlet Gum. HEX triplet: 53, 37 and 5F. RGB value is (83,55,95). Sum of RGB (Red+Green+Blue) = 83+55+95=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #53375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53375F is #ACC8A0. Grayscale: #434343. Windows color (decimal): -11323553 or 6240083. OLE color: 6240083.

HSL color Cylindrical-coordinate representation of color #53375F: hue angle of 282º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53375F is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 55 95 -
CMYK 0.13 0.42 0 0.63
HSL 282º 0.27% 0.29% -
HSV(B) 282º 0.42% 0.37% -
XYZ 7 5.4 11.5 -
YUV 67.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 83 55 95 0.13 0.42 0 0.63 282 0.27 0.29
Hex 53 37 5F D 2A 0 3F 11A 1B 1D
Octal 123 67 137 15 52 0 77 432 33 35
Binary 1010011 110111 1011111 1101 101010 0 111111 100011010 11011 11101

Color Harmonies of #53375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53375F

Black with #53375F

Text Example


Text Example

White with #53375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,55,95); }

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

background-color css

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

 a { background-color: rgb(83,55,95); }

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

border-color css

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

 span { border-color: rgb(83,55,95); }

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