Html Css Color HEX #452C5A Scarlet Gum

📋 copy color: '#452C5A'

red 69 ◦ green 44 ◦ blue 90

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

Shades of Scarlet Gum #452C5A

Tints of Scarlet Gum #452C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 33.99%
G = 21.67%
B = 44.33%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#452C5A (or 0x452C5A) is known color: Scarlet Gum. HEX triplet: 45, 2C and 5A. RGB value is (69,44,90). Sum of RGB (Red+Green+Blue) = 69+44+90=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #452C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C5A is #BAD3A5. Grayscale: #383838. Windows color (decimal): -12243878 or 5909573. OLE color: 5909573.

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

Color convert

RGB 69 44 90 -
CMYK 0.23 0.51 0 0.65
HSL 272.61º 0.34% 0.26% -
HSV(B) 272.61º 0.51% 0.35% -
XYZ 5.2 3.8 10.13 -
YUV 56.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 69 44 90 0.23 0.51 0 0.65 272.61 0.34 0.26
Hex 45 2C 5A 17 33 0 41 111 22 1A
Octal 105 54 132 27 63 0 101 421 42 32
Binary 1000101 101100 1011010 10111 110011 0 1000001 100010001 100010 11010

Color Harmonies of #452C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C5A

Black with #452C5A

Text Example


Text Example

White with #452C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,44,90); }

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

background-color css

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

 a { background-color: rgb(69,44,90); }

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

border-color css

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

 span { border-color: rgb(69,44,90); }

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