Html Css Color HEX #452360 Scarlet Gum

📋 copy color: '#452360'

red 69 ◦ green 35 ◦ blue 96

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

Shades of Scarlet Gum #452360

Tints of Scarlet Gum #452360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 34.5%
G = 17.5%
B = 48%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#452360 (or 0x452360) is known color: Scarlet Gum. HEX triplet: 45, 23 and 60. RGB value is (69,35,96). Sum of RGB (Red+Green+Blue) = 69+35+96=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #452360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452360 is #BADC9F. Grayscale: #333333. Windows color (decimal): -12246176 or 6300485. OLE color: 6300485.

HSL color Cylindrical-coordinate representation of color #452360: hue angle of 273.44º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452360 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 35 96 -
CMYK 0.28 0.64 0 0.62
HSL 273.44º 0.47% 0.26% -
HSV(B) 273.44º 0.64% 0.38% -
XYZ 5.17 3.31 11.43 -
YUV 52.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 69 35 96 0.28 0.64 0 0.62 273.44 0.47 0.26
Hex 45 23 60 1C 40 0 3E 111 2F 1A
Octal 105 43 140 34 100 0 76 421 57 32
Binary 1000101 100011 1100000 11100 1000000 0 111110 100010001 101111 11010

Color Harmonies of #452360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452360

Black with #452360

Text Example


Text Example

White with #452360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452360; }

 p { color: rgb(69,35,96); }

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

background-color css

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

 a { background-color: rgb(69,35,96); }

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

border-color css

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

 span { border-color: rgb(69,35,96); }

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