Html Css Color HEX #45065D Scarlet Gum

📋 copy color: '#45065D'

red 69 ◦ green 6 ◦ blue 93

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

Shades of Scarlet Gum #45065D

Tints of Scarlet Gum #45065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 41.07%
G = 3.57%
B = 55.36%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#45065D (or 0x45065D) is known color: Scarlet Gum. HEX triplet: 45, 06 and 5D. RGB value is (69,6,93). Sum of RGB (Red+Green+Blue) = 69+6+93=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #45065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45065D is #BAF9A2. Grayscale: #222222. Windows color (decimal): -12253603 or 6096453. OLE color: 6096453.

HSL color Cylindrical-coordinate representation of color #45065D: hue angle of 283.45º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45065D is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 6 93 -
CMYK 0.26 0.94 0 0.64
HSL 283.45º 0.88% 0.19% -
HSV(B) 283.45º 0.94% 0.36% -
XYZ 4.5 2.19 10.54 -
YUV 34.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 69 6 93 0.26 0.94 0 0.64 283.45 0.88 0.19
Hex 45 6 5D 1A 5E 0 40 11B 58 13
Octal 105 6 135 32 136 0 100 433 130 23
Binary 1000101 110 1011101 11010 1011110 0 1000000 100011011 1011000 10011

Color Harmonies of #45065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45065D

Black with #45065D

Text Example


Text Example

White with #45065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45065D; }

 p { color: rgb(69,6,93); }

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

background-color css

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

 a { background-color: rgb(69,6,93); }

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

border-color css

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

 span { border-color: rgb(69,6,93); }

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