Html Css Color HEX #450F56 Scarlet Gum

📋 copy color: '#450F56'

red 69 ◦ green 15 ◦ blue 86

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

Shades of Scarlet Gum #450F56

Tints of Scarlet Gum #450F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

 BLUE value IS 86 (33.98% from 255) = 50.59%

R = 40.59%
G = 8.82%
B = 50.59%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#450F56 (or 0x450F56) is known color: Scarlet Gum. HEX triplet: 45, 0F and 56. RGB value is (69,15,86). Sum of RGB (Red+Green+Blue) = 69+15+86=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #450F56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F56 is #BAF0A9. Grayscale: #272727. Windows color (decimal): -12251306 or 5640005. OLE color: 5640005.

HSL color Cylindrical-coordinate representation of color #450F56: hue angle of 285.63º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450F56 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 15 86 -
CMYK 0.20 0.83 0 0.66
HSL 285.63º 0.7% 0.2% -
HSV(B) 285.63º 0.83% 0.34% -
XYZ 4.3 2.28 9.02 -
YUV 39.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 69 15 86 0.20 0.83 0 0.66 285.63 0.7 0.2
Hex 45 F 56 14 53 0 42 11E 46 14
Octal 105 17 126 24 123 0 102 436 106 24
Binary 1000101 1111 1010110 10100 1010011 0 1000010 100011110 1000110 10100

Color Harmonies of #450F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F56

Black with #450F56

Text Example


Text Example

White with #450F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,15,86); }

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

background-color css

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

 a { background-color: rgb(69,15,86); }

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

border-color css

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

 span { border-color: rgb(69,15,86); }

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