Html Css Color HEX #483451 Scarlet Gum

📋 copy color: '#483451'

red 72 ◦ green 52 ◦ blue 81

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

Shades of Scarlet Gum #483451

Tints of Scarlet Gum #483451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 35.12%
G = 25.37%
B = 39.51%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483451 (or 0x483451) is known color: Scarlet Gum. HEX triplet: 48, 34 and 51. RGB value is (72,52,81). Sum of RGB (Red+Green+Blue) = 72+52+81=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #483451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483451 is #B7CBAE. Grayscale: #3D3D3D. Windows color (decimal): -12045231 or 5321800. OLE color: 5321800.

HSL color Cylindrical-coordinate representation of color #483451: hue angle of 281.38º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #483451 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 52 81 -
CMYK 0.11 0.36 0 0.68
HSL 281.38º 0.22% 0.26% -
HSV(B) 281.38º 0.36% 0.32% -
XYZ 5.39 4.43 8.36 -
YUV 61.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 72 52 81 0.11 0.36 0 0.68 281.38 0.22 0.26
Hex 48 34 51 B 24 0 44 119 16 1A
Octal 110 64 121 13 44 0 104 431 26 32
Binary 1001000 110100 1010001 1011 100100 0 1000100 100011001 10110 11010

Color Harmonies of #483451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483451

Black with #483451

Text Example


Text Example

White with #483451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483451; }

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

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

background-color css

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

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

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

border-color css

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

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

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