Html Css Color HEX #452950 Scarlet Gum

📋 copy color: '#452950'

red 69 ◦ green 41 ◦ blue 80

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

Shades of Scarlet Gum #452950

Tints of Scarlet Gum #452950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.11%

R = 36.32%
G = 21.58%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#452950 (or 0x452950) is known color: Scarlet Gum. HEX triplet: 45, 29 and 50. RGB value is (69,41,80). Sum of RGB (Red+Green+Blue) = 69+41+80=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #452950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452950 is #BAD6AF. Grayscale: #353535. Windows color (decimal): -12244656 or 5253445. OLE color: 5253445.

HSL color Cylindrical-coordinate representation of color #452950: hue angle of 283.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #452950 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 41 80 -
CMYK 0.14 0.49 0 0.69
HSL 283.08º 0.32% 0.24% -
HSV(B) 283.08º 0.49% 0.31% -
XYZ 4.7 3.43 8 -
YUV 53.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 69 41 80 0.14 0.49 0 0.69 283.08 0.32 0.24
Hex 45 29 50 E 31 0 45 11B 20 18
Octal 105 51 120 16 61 0 105 433 40 30
Binary 1000101 101001 1010000 1110 110001 0 1000101 100011011 100000 11000

Color Harmonies of #452950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452950

Black with #452950

Text Example


Text Example

White with #452950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452950; }

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

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

background-color css

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

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

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

border-color css

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

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

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