Html Css Color HEX #4B2F57 Scarlet Gum

📋 copy color: '#4B2F57'

red 75 ◦ green 47 ◦ blue 87

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

Shades of Scarlet Gum #4B2F57

Tints of Scarlet Gum #4B2F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.49%

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 35.89%
G = 22.49%
B = 41.63%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4B2F57 (or 0x4B2F57) is known color: Scarlet Gum. HEX triplet: 4B, 2F and 57. RGB value is (75,47,87). Sum of RGB (Red+Green+Blue) = 75+47+87=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2F57 is #B4D0A8. Grayscale: #3B3B3B. Windows color (decimal): -11849897 or 5713739. OLE color: 5713739.

HSL color Cylindrical-coordinate representation of color #4B2F57: hue angle of 282º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B2F57 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 47 87 -
CMYK 0.14 0.46 0 0.66
HSL 282º 0.3% 0.26% -
HSV(B) 282º 0.46% 0.34% -
XYZ 5.64 4.22 9.53 -
YUV 59.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 75 47 87 0.14 0.46 0 0.66 282 0.3 0.26
Hex 4B 2F 57 E 2E 0 42 11A 1E 1A
Octal 113 57 127 16 56 0 102 432 36 32
Binary 1001011 101111 1010111 1110 101110 0 1000010 100011010 11110 11010

Color Harmonies of #4B2F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2F57

Black with #4B2F57

Text Example


Text Example

White with #4B2F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,47,87); }

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

background-color css

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

 a { background-color: rgb(75,47,87); }

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

border-color css

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

 span { border-color: rgb(75,47,87); }

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