Html Css Color HEX #483453 Scarlet Gum

📋 copy color: '#483453'

red 72 ◦ green 52 ◦ blue 83

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

Shades of Scarlet Gum #483453

Tints of Scarlet Gum #483453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 34.78%
G = 25.12%
B = 40.1%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483453 (or 0x483453) is known color: Scarlet Gum. HEX triplet: 48, 34 and 53. RGB value is (72,52,83). Sum of RGB (Red+Green+Blue) = 72+52+83=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #483453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483453 is #B7CBAC. Grayscale: #3D3D3D. Windows color (decimal): -12045229 or 5452872. OLE color: 5452872.

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

Color convert

RGB 72 52 83 -
CMYK 0.13 0.37 0 0.67
HSL 278.71º 0.23% 0.26% -
HSV(B) 278.71º 0.37% 0.33% -
XYZ 5.46 4.46 8.76 -
YUV 61.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 72 52 83 0.13 0.37 0 0.67 278.71 0.23 0.26
Hex 48 34 53 D 25 0 43 117 17 1A
Octal 110 64 123 15 45 0 103 427 27 32
Binary 1001000 110100 1010011 1101 100101 0 1000011 100010111 10111 11010

Color Harmonies of #483453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483453

Black with #483453

Text Example


Text Example

White with #483453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483453; }

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

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

background-color css

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

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

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

border-color css

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

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

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