Html Css Color HEX #450A53 Scarlet Gum

📋 copy color: '#450A53'

red 69 ◦ green 10 ◦ blue 83

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

Shades of Scarlet Gum #450A53

Tints of Scarlet Gum #450A53

RGB

 RED value IS 69 (27.34% from 255) = 42.59%

 GREEN value IS 10 (4.3% from 255) = 6.17%

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

R = 42.59%
G = 6.17%
B = 51.23%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450A53 (or 0x450A53) is known color: Scarlet Gum. HEX triplet: 45, 0A and 53. RGB value is (69,10,83). Sum of RGB (Red+Green+Blue) = 69+10+83=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #450A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A53 is #BAF5AC. Grayscale: #232323. Windows color (decimal): -12252589 or 5442117. OLE color: 5442117.

HSL color Cylindrical-coordinate representation of color #450A53: hue angle of 288.49º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450A53 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 10 83 -
CMYK 0.17 0.88 0 0.67
HSL 288.49º 0.78% 0.18% -
HSV(B) 288.49º 0.88% 0.33% -
XYZ 4.12 2.11 8.37 -
YUV 35.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 69 10 83 0.17 0.88 0 0.67 288.49 0.78 0.18
Hex 45 A 53 11 58 0 43 120 4E 12
Octal 105 12 123 21 130 0 103 440 116 22
Binary 1000101 1010 1010011 10001 1011000 0 1000011 100100000 1001110 10010

Color Harmonies of #450A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A53

Black with #450A53

Text Example


Text Example

White with #450A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450A53; }

 p { color: rgb(69,10,83); }

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

background-color css

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

 a { background-color: rgb(69,10,83); }

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

border-color css

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

 span { border-color: rgb(69,10,83); }

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