Html Css Color HEX #482F5F Scarlet Gum

📋 copy color: '#482F5F'

red 72 ◦ green 47 ◦ blue 95

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

Shades of Scarlet Gum #482F5F

Tints of Scarlet Gum #482F5F

RGB

 RED value IS 72 (28.52% from 255) = 33.64%

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

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

R = 33.64%
G = 21.96%
B = 44.39%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#482F5F (or 0x482F5F) is known color: Scarlet Gum. HEX triplet: 48, 2F and 5F. RGB value is (72,47,95). Sum of RGB (Red+Green+Blue) = 72+47+95=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #482F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F5F is #B7D0A0. Grayscale: #3B3B3B. Windows color (decimal): -12046497 or 6238024. OLE color: 6238024.

HSL color Cylindrical-coordinate representation of color #482F5F: hue angle of 271.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482F5F is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 47 95 -
CMYK 0.24 0.51 0 0.63
HSL 271.25º 0.34% 0.28% -
HSV(B) 271.25º 0.51% 0.37% -
XYZ 5.75 4.24 11.34 -
YUV 59.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 72 47 95 0.24 0.51 0 0.63 271.25 0.34 0.28
Hex 48 2F 5F 18 33 0 3F 10F 22 1C
Octal 110 57 137 30 63 0 77 417 42 34
Binary 1001000 101111 1011111 11000 110011 0 111111 100001111 100010 11100

Color Harmonies of #482F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F5F

Black with #482F5F

Text Example


Text Example

White with #482F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F5F; }

 p { color: rgb(72,47,95); }

 H1.HeaderClassName
 {
   color: #482F5F;
 }
 .AnyTagClassName
 {
   color: #482F5F;
 }
</style>

background-color css

<style>
 a { background-color: #482F5F; }

 a { background-color: rgb(72,47,95); }

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

border-color css

<style>
 span { border-color: #482F5F; }

 span { border-color: rgb(72,47,95); }

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