Html Css Color HEX #451059 Scarlet Gum

📋 copy color: '#451059'

red 69 ◦ green 16 ◦ blue 89

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

Shades of Scarlet Gum #451059

Tints of Scarlet Gum #451059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 39.66%
G = 9.2%
B = 51.15%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#451059 (or 0x451059) is known color: Scarlet Gum. HEX triplet: 45, 10 and 59. RGB value is (69,16,89). Sum of RGB (Red+Green+Blue) = 69+16+89=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #451059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451059 is #BAEFA6. Grayscale: #272727. Windows color (decimal): -12251047 or 5836869. OLE color: 5836869.

HSL color Cylindrical-coordinate representation of color #451059: hue angle of 283.56º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451059 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 16 89 -
CMYK 0.22 0.82 0 0.65
HSL 283.56º 0.7% 0.21% -
HSV(B) 283.56º 0.82% 0.35% -
XYZ 4.44 2.36 9.67 -
YUV 40.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 69 16 89 0.22 0.82 0 0.65 283.56 0.7 0.21
Hex 45 10 59 16 52 0 41 11C 46 15
Octal 105 20 131 26 122 0 101 434 106 25
Binary 1000101 10000 1011001 10110 1010010 0 1000001 100011100 1000110 10101

Color Harmonies of #451059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451059

Black with #451059

Text Example


Text Example

White with #451059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451059; }

 p { color: rgb(69,16,89); }

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

background-color css

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

 a { background-color: rgb(69,16,89); }

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

border-color css

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

 span { border-color: rgb(69,16,89); }

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