Html Css Color HEX #450D54 Scarlet Gum

📋 copy color: '#450D54'

red 69 ◦ green 13 ◦ blue 84

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

Shades of Scarlet Gum #450D54

Tints of Scarlet Gum #450D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

 BLUE value IS 84 (33.2% from 255) = 50.6%

R = 41.57%
G = 7.83%
B = 50.6%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450D54 (or 0x450D54) is known color: Scarlet Gum. HEX triplet: 45, 0D and 54. RGB value is (69,13,84). Sum of RGB (Red+Green+Blue) = 69+13+84=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #450D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D54 is #BAF2AB. Grayscale: #252525. Windows color (decimal): -12251820 or 5508421. OLE color: 5508421.

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

Color convert

RGB 69 13 84 -
CMYK 0.18 0.85 0 0.67
HSL 287.32º 0.73% 0.19% -
HSV(B) 287.32º 0.85% 0.33% -
XYZ 4.2 2.19 8.59 -
YUV 37.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 69 13 84 0.18 0.85 0 0.67 287.32 0.73 0.19
Hex 45 D 54 12 55 0 43 11F 49 13
Octal 105 15 124 22 125 0 103 437 111 23
Binary 1000101 1101 1010100 10010 1010101 0 1000011 100011111 1001001 10011

Color Harmonies of #450D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D54

Black with #450D54

Text Example


Text Example

White with #450D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,13,84); }

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

background-color css

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

 a { background-color: rgb(69,13,84); }

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

border-color css

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

 span { border-color: rgb(69,13,84); }

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