Html Css Color HEX #451A55 Scarlet Gum

📋 copy color: '#451A55'

red 69 ◦ green 26 ◦ blue 85

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

Shades of Scarlet Gum #451A55

Tints of Scarlet Gum #451A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

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

R = 38.33%
G = 14.44%
B = 47.22%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#451A55 (or 0x451A55) is known color: Scarlet Gum. HEX triplet: 45, 1A and 55. RGB value is (69,26,85). Sum of RGB (Red+Green+Blue) = 69+26+85=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #451A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A55 is #BAE5AA. Grayscale: #2D2D2D. Windows color (decimal): -12248491 or 5577285. OLE color: 5577285.

HSL color Cylindrical-coordinate representation of color #451A55: hue angle of 283.73º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #451A55 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 26 85 -
CMYK 0.19 0.69 0 0.67
HSL 283.73º 0.53% 0.22% -
HSV(B) 283.73º 0.69% 0.33% -
XYZ 4.46 2.66 8.87 -
YUV 45.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 69 26 85 0.19 0.69 0 0.67 283.73 0.53 0.22
Hex 45 1A 55 13 45 0 43 11C 35 16
Octal 105 32 125 23 105 0 103 434 65 26
Binary 1000101 11010 1010101 10011 1000101 0 1000011 100011100 110101 10110

Color Harmonies of #451A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A55

Black with #451A55

Text Example


Text Example

White with #451A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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