Html Css Color HEX #452D50 Scarlet Gum

📋 copy color: '#452D50'

red 69 ◦ green 45 ◦ blue 80

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

Shades of Scarlet Gum #452D50

Tints of Scarlet Gum #452D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.2%

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

R = 35.57%
G = 23.2%
B = 41.24%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#452D50 (or 0x452D50) is known color: Scarlet Gum. HEX triplet: 45, 2D and 50. RGB value is (69,45,80). Sum of RGB (Red+Green+Blue) = 69+45+80=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #452D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D50 is #BAD2AF. Grayscale: #383838. Windows color (decimal): -12243632 or 5254469. OLE color: 5254469.

HSL color Cylindrical-coordinate representation of color #452D50: hue angle of 281.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #452D50 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 45 80 -
CMYK 0.14 0.44 0 0.69
HSL 281.14º 0.28% 0.25% -
HSV(B) 281.14º 0.44% 0.31% -
XYZ 4.84 3.72 8.05 -
YUV 56.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 69 45 80 0.14 0.44 0 0.69 281.14 0.28 0.25
Hex 45 2D 50 E 2C 0 45 119 1C 19
Octal 105 55 120 16 54 0 105 431 34 31
Binary 1000101 101101 1010000 1110 101100 0 1000101 100011001 11100 11001

Color Harmonies of #452D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452D50

Black with #452D50

Text Example


Text Example

White with #452D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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