Html Css Color HEX #452E59 Scarlet Gum

📋 copy color: '#452E59'

red 69 ◦ green 46 ◦ blue 89

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

Shades of Scarlet Gum #452E59

Tints of Scarlet Gum #452E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

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

R = 33.82%
G = 22.55%
B = 43.63%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#452E59 (or 0x452E59) is known color: Scarlet Gum. HEX triplet: 45, 2E and 59. RGB value is (69,46,89). Sum of RGB (Red+Green+Blue) = 69+46+89=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #452E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E59 is #BAD1A6. Grayscale: #393939. Windows color (decimal): -12243367 or 5844549. OLE color: 5844549.

HSL color Cylindrical-coordinate representation of color #452E59: hue angle of 272.09º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #452E59 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 46 89 -
CMYK 0.22 0.48 0 0.65
HSL 272.09º 0.32% 0.26% -
HSV(B) 272.09º 0.48% 0.35% -
XYZ 5.23 3.94 9.94 -
YUV 57.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 69 46 89 0.22 0.48 0 0.65 272.09 0.32 0.26
Hex 45 2E 59 16 30 0 41 110 20 1A
Octal 105 56 131 26 60 0 101 420 40 32
Binary 1000101 101110 1011001 10110 110000 0 1000001 100010000 100000 11010

Color Harmonies of #452E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452E59

Black with #452E59

Text Example


Text Example

White with #452E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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