Html Css Color HEX #451354 Scarlet Gum

📋 copy color: '#451354'

red 69 ◦ green 19 ◦ blue 84

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

Shades of Scarlet Gum #451354

Tints of Scarlet Gum #451354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 40.12%
G = 11.05%
B = 48.84%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#451354 (or 0x451354) is known color: Scarlet Gum. HEX triplet: 45, 13 and 54. RGB value is (69,19,84). Sum of RGB (Red+Green+Blue) = 69+19+84=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #451354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451354 is #BAECAB. Grayscale: #292929. Windows color (decimal): -12250284 or 5509957. OLE color: 5509957.

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

Color convert

RGB 69 19 84 -
CMYK 0.18 0.77 0 0.67
HSL 286.15º 0.63% 0.2% -
HSV(B) 286.15º 0.77% 0.33% -
XYZ 4.29 2.37 8.62 -
YUV 41.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 69 19 84 0.18 0.77 0 0.67 286.15 0.63 0.2
Hex 45 13 54 12 4D 0 43 11E 3F 14
Octal 105 23 124 22 115 0 103 436 77 24
Binary 1000101 10011 1010100 10010 1001101 0 1000011 100011110 111111 10100

Color Harmonies of #451354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451354

Black with #451354

Text Example


Text Example

White with #451354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451354; }

 p { color: rgb(69,19,84); }

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

background-color css

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

 a { background-color: rgb(69,19,84); }

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

border-color css

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

 span { border-color: rgb(69,19,84); }

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