Html Css Color HEX #451451 Scarlet Gum

📋 copy color: '#451451'

red 69 ◦ green 20 ◦ blue 81

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

Shades of Scarlet Gum #451451

Tints of Scarlet Gum #451451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

 BLUE value IS 81 (32.03% from 255) = 47.65%

R = 40.59%
G = 11.76%
B = 47.65%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#451451 (or 0x451451) is known color: Scarlet Gum. HEX triplet: 45, 14 and 51. RGB value is (69,20,81). Sum of RGB (Red+Green+Blue) = 69+20+81=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #451451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451451 is #BAEBAE. Grayscale: #292929. Windows color (decimal): -12250031 or 5313605. OLE color: 5313605.

HSL color Cylindrical-coordinate representation of color #451451: hue angle of 288.2º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451451 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 20 81 -
CMYK 0.15 0.75 0 0.68
HSL 288.2º 0.6% 0.2% -
HSV(B) 288.2º 0.75% 0.32% -
XYZ 4.19 2.36 8.02 -
YUV 41.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 69 20 81 0.15 0.75 0 0.68 288.2 0.6 0.2
Hex 45 14 51 F 4B 0 44 120 3C 14
Octal 105 24 121 17 113 0 104 440 74 24
Binary 1000101 10100 1010001 1111 1001011 0 1000100 100100000 111100 10100

Color Harmonies of #451451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451451

Black with #451451

Text Example


Text Example

White with #451451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451451; }

 p { color: rgb(69,20,81); }

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

background-color css

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

 a { background-color: rgb(69,20,81); }

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

border-color css

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

 span { border-color: rgb(69,20,81); }

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