Html Css Color HEX #450F5B Scarlet Gum

📋 copy color: '#450F5B'

red 69 ◦ green 15 ◦ blue 91

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

Shades of Scarlet Gum #450F5B

Tints of Scarlet Gum #450F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52%

R = 39.43%
G = 8.57%
B = 52%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#450F5B (or 0x450F5B) is known color: Scarlet Gum. HEX triplet: 45, 0F and 5B. RGB value is (69,15,91). Sum of RGB (Red+Green+Blue) = 69+15+91=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #450F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F5B is #BAF0A4. Grayscale: #272727. Windows color (decimal): -12251301 or 5967685. OLE color: 5967685.

HSL color Cylindrical-coordinate representation of color #450F5B: hue angle of 282.63º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450F5B is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 15 91 -
CMYK 0.24 0.84 0 0.64
HSL 282.63º 0.72% 0.21% -
HSV(B) 282.63º 0.84% 0.36% -
XYZ 4.51 2.36 10.12 -
YUV 39.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 69 15 91 0.24 0.84 0 0.64 282.63 0.72 0.21
Hex 45 F 5B 18 54 0 40 11B 48 15
Octal 105 17 133 30 124 0 100 433 110 25
Binary 1000101 1111 1011011 11000 1010100 0 1000000 100011011 1001000 10101

Color Harmonies of #450F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F5B

Black with #450F5B

Text Example


Text Example

White with #450F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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