Html Css Color HEX #450B55 Scarlet Gum

📋 copy color: '#450B55'

red 69 ◦ green 11 ◦ blue 85

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

Shades of Scarlet Gum #450B55

Tints of Scarlet Gum #450B55

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.67%

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

R = 41.82%
G = 6.67%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450B55 (or 0x450B55) is known color: Scarlet Gum. HEX triplet: 45, 0B and 55. RGB value is (69,11,85). Sum of RGB (Red+Green+Blue) = 69+11+85=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #450B55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B55 is #BAF4AA. Grayscale: #242424. Windows color (decimal): -12252331 or 5573445. OLE color: 5573445.

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

Color convert

RGB 69 11 85 -
CMYK 0.19 0.87 0 0.67
HSL 287.03º 0.77% 0.19% -
HSV(B) 287.03º 0.87% 0.33% -
XYZ 4.21 2.16 8.79 -
YUV 36.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 69 11 85 0.19 0.87 0 0.67 287.03 0.77 0.19
Hex 45 B 55 13 57 0 43 11F 4D 13
Octal 105 13 125 23 127 0 103 437 115 23
Binary 1000101 1011 1010101 10011 1010111 0 1000011 100011111 1001101 10011

Color Harmonies of #450B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B55

Black with #450B55

Text Example


Text Example

White with #450B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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