Html Css Color HEX #483255 Scarlet Gum

📋 copy color: '#483255'

red 72 ◦ green 50 ◦ blue 85

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

Shades of Scarlet Gum #483255

Tints of Scarlet Gum #483255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

 BLUE value IS 85 (33.59% from 255) = 41.06%

R = 34.78%
G = 24.15%
B = 41.06%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483255 (or 0x483255) is known color: Scarlet Gum. HEX triplet: 48, 32 and 55. RGB value is (72,50,85). Sum of RGB (Red+Green+Blue) = 72+50+85=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #483255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483255 is #B7CDAA. Grayscale: #3C3C3C. Windows color (decimal): -12045739 or 5583432. OLE color: 5583432.

HSL color Cylindrical-coordinate representation of color #483255: hue angle of 277.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #483255 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 50 85 -
CMYK 0.15 0.41 0 0.67
HSL 277.71º 0.26% 0.26% -
HSV(B) 277.71º 0.41% 0.33% -
XYZ 5.45 4.31 9.14 -
YUV 60.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 72 50 85 0.15 0.41 0 0.67 277.71 0.26 0.26
Hex 48 32 55 F 29 0 43 116 1A 1A
Octal 110 62 125 17 51 0 103 426 32 32
Binary 1001000 110010 1010101 1111 101001 0 1000011 100010110 11010 11010

Color Harmonies of #483255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483255

Black with #483255

Text Example


Text Example

White with #483255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483255; }

 p { color: rgb(72,50,85); }

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

background-color css

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

 a { background-color: rgb(72,50,85); }

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

border-color css

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

 span { border-color: rgb(72,50,85); }

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