Html Css Color HEX #450A55 Scarlet Gum

📋 copy color: '#450A55'

red 69 ◦ green 10 ◦ blue 85

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

Shades of Scarlet Gum #450A55

Tints of Scarlet Gum #450A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 51.83%

R = 42.07%
G = 6.1%
B = 51.83%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450A55 (or 0x450A55) is known color: Scarlet Gum. HEX triplet: 45, 0A and 55. RGB value is (69,10,85). Sum of RGB (Red+Green+Blue) = 69+10+85=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #450A55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A55 is #BAF5AA. Grayscale: #232323. Windows color (decimal): -12252587 or 5573189. OLE color: 5573189.

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

Color convert

RGB 69 10 85 -
CMYK 0.19 0.88 0 0.67
HSL 287.2º 0.79% 0.19% -
HSV(B) 287.2º 0.88% 0.33% -
XYZ 4.2 2.14 8.79 -
YUV 36.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 69 10 85 0.19 0.88 0 0.67 287.2 0.79 0.19
Hex 45 A 55 13 58 0 43 11F 4F 13
Octal 105 12 125 23 130 0 103 437 117 23
Binary 1000101 1010 1010101 10011 1011000 0 1000011 100011111 1001111 10011

Color Harmonies of #450A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A55

Black with #450A55

Text Example


Text Example

White with #450A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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