Html Css Color HEX #483357 Scarlet Gum

📋 copy color: '#483357'

red 72 ◦ green 51 ◦ blue 87

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

Shades of Scarlet Gum #483357

Tints of Scarlet Gum #483357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 34.29%
G = 24.29%
B = 41.43%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483357 (or 0x483357) is known color: Scarlet Gum. HEX triplet: 48, 33 and 57. RGB value is (72,51,87). Sum of RGB (Red+Green+Blue) = 72+51+87=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #483357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483357 is #B7CCA8. Grayscale: #3D3D3D. Windows color (decimal): -12045481 or 5714760. OLE color: 5714760.

HSL color Cylindrical-coordinate representation of color #483357: hue angle of 275º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #483357 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 51 87 -
CMYK 0.17 0.41 0 0.66
HSL 275º 0.26% 0.27% -
HSV(B) 275º 0.41% 0.34% -
XYZ 5.58 4.43 9.58 -
YUV 61.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 72 51 87 0.17 0.41 0 0.66 275 0.26 0.27
Hex 48 33 57 11 29 0 42 113 1A 1B
Octal 110 63 127 21 51 0 102 423 32 33
Binary 1001000 110011 1010111 10001 101001 0 1000010 100010011 11010 11011

Color Harmonies of #483357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483357

Black with #483357

Text Example


Text Example

White with #483357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483357; }

 p { color: rgb(72,51,87); }

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

background-color css

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

 a { background-color: rgb(72,51,87); }

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

border-color css

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

 span { border-color: rgb(72,51,87); }

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