Html Css Color HEX #452859 Scarlet Gum

📋 copy color: '#452859'

red 69 ◦ green 40 ◦ blue 89

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

Shades of Scarlet Gum #452859

Tints of Scarlet Gum #452859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

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

R = 34.85%
G = 20.2%
B = 44.95%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#452859 (or 0x452859) is known color: Scarlet Gum. HEX triplet: 45, 28 and 59. RGB value is (69,40,89). Sum of RGB (Red+Green+Blue) = 69+40+89=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #452859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452859 is #BAD7A6. Grayscale: #363636. Windows color (decimal): -12244903 or 5843013. OLE color: 5843013.

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

Color convert

RGB 69 40 89 -
CMYK 0.22 0.55 0 0.65
HSL 275.51º 0.38% 0.25% -
HSV(B) 275.51º 0.55% 0.35% -
XYZ 5.02 3.5 9.86 -
YUV 54.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 69 40 89 0.22 0.55 0 0.65 275.51 0.38 0.25
Hex 45 28 59 16 37 0 41 114 26 19
Octal 105 50 131 26 67 0 101 424 46 31
Binary 1000101 101000 1011001 10110 110111 0 1000001 100010100 100110 11001

Color Harmonies of #452859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452859

Black with #452859

Text Example


Text Example

White with #452859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452859; }

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

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

background-color css

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

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

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

border-color css

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

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

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