Html Css Color HEX #450955 Scarlet Gum

📋 copy color: '#450955'

red 69 ◦ green 9 ◦ blue 85

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

Shades of Scarlet Gum #450955

Tints of Scarlet Gum #450955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

 BLUE value IS 85 (33.59% from 255) = 52.15%

R = 42.33%
G = 5.52%
B = 52.15%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450955 (or 0x450955) is known color: Scarlet Gum. HEX triplet: 45, 09 and 55. RGB value is (69,9,85). Sum of RGB (Red+Green+Blue) = 69+9+85=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #450955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450955 is #BAF6AA. Grayscale: #232323. Windows color (decimal): -12252843 or 5572933. OLE color: 5572933.

HSL color Cylindrical-coordinate representation of color #450955: hue angle of 287.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450955 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 9 85 -
CMYK 0.19 0.89 0 0.67
HSL 287.37º 0.81% 0.18% -
HSV(B) 287.37º 0.89% 0.33% -
XYZ 4.19 2.12 8.78 -
YUV 35.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 69 9 85 0.19 0.89 0 0.67 287.37 0.81 0.18
Hex 45 9 55 13 59 0 43 11F 51 12
Octal 105 11 125 23 131 0 103 437 121 22
Binary 1000101 1001 1010101 10011 1011001 0 1000011 100011111 1010001 10010

Color Harmonies of #450955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450955

Black with #450955

Text Example


Text Example

White with #450955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450955; }

 p { color: rgb(69,9,85); }

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

background-color css

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

 a { background-color: rgb(69,9,85); }

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

border-color css

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

 span { border-color: rgb(69,9,85); }

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