Html Css Color HEX #4B3953 Scarlet Gum

📋 copy color: '#4B3953'

red 75 ◦ green 57 ◦ blue 83

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

Shades of Scarlet Gum #4B3953

Tints of Scarlet Gum #4B3953

RGB

 RED value IS 75 (29.69% from 255) = 34.88%

 GREEN value IS 57 (22.66% from 255) = 26.51%

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 34.88%
G = 26.51%
B = 38.6%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B3953 (or 0x4B3953) is known color: Scarlet Gum. HEX triplet: 4B, 39 and 53. RGB value is (75,57,83). Sum of RGB (Red+Green+Blue) = 75+57+83=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3953 is #B4C6AC. Grayscale: #414141. Windows color (decimal): -11847341 or 5454155. OLE color: 5454155.

HSL color Cylindrical-coordinate representation of color #4B3953: hue angle of 281.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B3953 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 57 83 -
CMYK 0.10 0.31 0 0.67
HSL 281.54º 0.19% 0.27% -
HSV(B) 281.54º 0.31% 0.33% -
XYZ 5.93 5.05 8.85 -
YUV 65.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 75 57 83 0.10 0.31 0 0.67 281.54 0.19 0.27
Hex 4B 39 53 A 1F 0 43 11A 13 1B
Octal 113 71 123 12 37 0 103 432 23 33
Binary 1001011 111001 1010011 1010 11111 0 1000011 100011010 10011 11011

Color Harmonies of #4B3953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3953

Black with #4B3953

Text Example


Text Example

White with #4B3953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B3953; }

 p { color: rgb(75,57,83); }

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

background-color css

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

 a { background-color: rgb(75,57,83); }

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

border-color css

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

 span { border-color: rgb(75,57,83); }

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