Html Css Color HEX #483750 Scarlet Gum

📋 copy color: '#483750'

red 72 ◦ green 55 ◦ blue 80

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

Shades of Scarlet Gum #483750

Tints of Scarlet Gum #483750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

 BLUE value IS 80 (31.64% from 255) = 38.65%

R = 34.78%
G = 26.57%
B = 38.65%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#483750 (or 0x483750) is known color: Scarlet Gum. HEX triplet: 48, 37 and 50. RGB value is (72,55,80). Sum of RGB (Red+Green+Blue) = 72+55+80=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #483750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483750 is #B7C8AF. Grayscale: #3E3E3E. Windows color (decimal): -12044464 or 5257032. OLE color: 5257032.

HSL color Cylindrical-coordinate representation of color #483750: hue angle of 280.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483750 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 55 80 -
CMYK 0.10 0.31 0 0.69
HSL 280.8º 0.19% 0.26% -
HSV(B) 280.8º 0.31% 0.31% -
XYZ 5.49 4.69 8.21 -
YUV 62.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 72 55 80 0.10 0.31 0 0.69 280.8 0.19 0.26
Hex 48 37 50 A 1F 0 45 119 13 1A
Octal 110 67 120 12 37 0 105 431 23 32
Binary 1001000 110111 1010000 1010 11111 0 1000101 100011001 10011 11010

Color Harmonies of #483750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483750

Black with #483750

Text Example


Text Example

White with #483750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483750; }

 p { color: rgb(72,55,80); }

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

background-color css

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

 a { background-color: rgb(72,55,80); }

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

border-color css

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

 span { border-color: rgb(72,55,80); }

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