Html Css Color HEX #483353 Scarlet Gum

📋 copy color: '#483353'

red 72 ◦ green 51 ◦ blue 83

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

Shades of Scarlet Gum #483353

Tints of Scarlet Gum #483353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 34.95%
G = 24.76%
B = 40.29%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483353 (or 0x483353) is known color: Scarlet Gum. HEX triplet: 48, 33 and 53. RGB value is (72,51,83). Sum of RGB (Red+Green+Blue) = 72+51+83=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #483353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483353 is #B7CCAC. Grayscale: #3C3C3C. Windows color (decimal): -12045485 or 5452616. OLE color: 5452616.

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

Color convert

RGB 72 51 83 -
CMYK 0.13 0.39 0 0.67
HSL 279.38º 0.24% 0.26% -
HSV(B) 279.38º 0.39% 0.33% -
XYZ 5.42 4.37 8.74 -
YUV 60.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 72 51 83 0.13 0.39 0 0.67 279.38 0.24 0.26
Hex 48 33 53 D 27 0 43 117 18 1A
Octal 110 63 123 15 47 0 103 427 30 32
Binary 1001000 110011 1010011 1101 100111 0 1000011 100010111 11000 11010

Color Harmonies of #483353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483353

Black with #483353

Text Example


Text Example

White with #483353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483353; }

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

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

background-color css

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

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

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

border-color css

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

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

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