Html Css Color HEX #452959 Scarlet Gum

📋 copy color: '#452959'

red 69 ◦ green 41 ◦ blue 89

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

Shades of Scarlet Gum #452959

Tints of Scarlet Gum #452959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 34.67%
G = 20.6%
B = 44.72%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#452959 (or 0x452959) is known color: Scarlet Gum. HEX triplet: 45, 29 and 59. RGB value is (69,41,89). Sum of RGB (Red+Green+Blue) = 69+41+89=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #452959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452959 is #BAD6A6. Grayscale: #363636. Windows color (decimal): -12244647 or 5843269. OLE color: 5843269.

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

Color convert

RGB 69 41 89 -
CMYK 0.22 0.54 0 0.65
HSL 275º 0.37% 0.25% -
HSV(B) 275º 0.54% 0.35% -
XYZ 5.05 3.57 9.87 -
YUV 54.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 69 41 89 0.22 0.54 0 0.65 275 0.37 0.25
Hex 45 29 59 16 36 0 41 113 25 19
Octal 105 51 131 26 66 0 101 423 45 31
Binary 1000101 101001 1011001 10110 110110 0 1000001 100010011 100101 11001

Color Harmonies of #452959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452959

Black with #452959

Text Example


Text Example

White with #452959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452959; }

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

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

background-color css

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

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

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

border-color css

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

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

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