Html Css Color HEX #452C57 Scarlet Gum

📋 copy color: '#452C57'

red 69 ◦ green 44 ◦ blue 87

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

Shades of Scarlet Gum #452C57

Tints of Scarlet Gum #452C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.5%

R = 34.5%
G = 22%
B = 43.5%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#452C57 (or 0x452C57) is known color: Scarlet Gum. HEX triplet: 45, 2C and 57. RGB value is (69,44,87). Sum of RGB (Red+Green+Blue) = 69+44+87=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #452C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C57 is #BAD3A8. Grayscale: #383838. Windows color (decimal): -12243881 or 5712965. OLE color: 5712965.

HSL color Cylindrical-coordinate representation of color #452C57: hue angle of 274.88º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #452C57 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 44 87 -
CMYK 0.21 0.49 0 0.66
HSL 274.88º 0.33% 0.26% -
HSV(B) 274.88º 0.49% 0.34% -
XYZ 5.08 3.75 9.47 -
YUV 56.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 69 44 87 0.21 0.49 0 0.66 274.88 0.33 0.26
Hex 45 2C 57 15 31 0 42 113 21 1A
Octal 105 54 127 25 61 0 102 423 41 32
Binary 1000101 101100 1010111 10101 110001 0 1000010 100010011 100001 11010

Color Harmonies of #452C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C57

Black with #452C57

Text Example


Text Example

White with #452C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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