Html Css Color HEX #45205F Scarlet Gum

📋 copy color: '#45205F'

red 69 ◦ green 32 ◦ blue 95

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

Shades of Scarlet Gum #45205F

Tints of Scarlet Gum #45205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 35.2%
G = 16.33%
B = 48.47%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45205F (or 0x45205F) is known color: Scarlet Gum. HEX triplet: 45, 20 and 5F. RGB value is (69,32,95). Sum of RGB (Red+Green+Blue) = 69+32+95=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #45205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45205F is #BADFA0. Grayscale: #323232. Windows color (decimal): -12246945 or 6234181. OLE color: 6234181.

HSL color Cylindrical-coordinate representation of color #45205F: hue angle of 275.24º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45205F is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 32 95 -
CMYK 0.27 0.66 0 0.63
HSL 275.24º 0.5% 0.25% -
HSV(B) 275.24º 0.66% 0.37% -
XYZ 5.04 3.12 11.16 -
YUV 50.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 69 32 95 0.27 0.66 0 0.63 275.24 0.5 0.25
Hex 45 20 5F 1B 42 0 3F 113 32 19
Octal 105 40 137 33 102 0 77 423 62 31
Binary 1000101 100000 1011111 11011 1000010 0 111111 100010011 110010 11001

Color Harmonies of #45205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45205F

Black with #45205F

Text Example


Text Example

White with #45205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45205F; }

 p { color: rgb(69,32,95); }

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

background-color css

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

 a { background-color: rgb(69,32,95); }

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

border-color css

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

 span { border-color: rgb(69,32,95); }

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