Html Css Color HEX #4B1760 Scarlet Gum

📋 copy color: '#4B1760'

red 75 ◦ green 23 ◦ blue 96

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

Shades of Scarlet Gum #4B1760

Tints of Scarlet Gum #4B1760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 38.66%
G = 11.86%
B = 49.48%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B1760 (or 0x4B1760) is known color: Scarlet Gum. HEX triplet: 4B, 17 and 60. RGB value is (75,23,96). Sum of RGB (Red+Green+Blue) = 75+23+96=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B1760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1760 is #B4E89F. Grayscale: #2E2E2E. Windows color (decimal): -11856032 or 6297419. OLE color: 6297419.

HSL color Cylindrical-coordinate representation of color #4B1760: hue angle of 282.74º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1760 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 23 96 -
CMYK 0.22 0.76 0 0.62
HSL 282.74º 0.61% 0.23% -
HSV(B) 282.74º 0.76% 0.38% -
XYZ 5.32 2.95 11.36 -
YUV 46.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 75 23 96 0.22 0.76 0 0.62 282.74 0.61 0.23
Hex 4B 17 60 16 4C 0 3E 11B 3D 17
Octal 113 27 140 26 114 0 76 433 75 27
Binary 1001011 10111 1100000 10110 1001100 0 111110 100011011 111101 10111

Color Harmonies of #4B1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1760

Black with #4B1760

Text Example


Text Example

White with #4B1760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,23,96); }

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

background-color css

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

 a { background-color: rgb(75,23,96); }

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

border-color css

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

 span { border-color: rgb(75,23,96); }

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