Html Css Color HEX #451255 Scarlet Gum

📋 copy color: '#451255'

red 69 ◦ green 18 ◦ blue 85

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

Shades of Scarlet Gum #451255

Tints of Scarlet Gum #451255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 40.12%
G = 10.47%
B = 49.42%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#451255 (or 0x451255) is known color: Scarlet Gum. HEX triplet: 45, 12 and 55. RGB value is (69,18,85). Sum of RGB (Red+Green+Blue) = 69+18+85=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #451255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451255 is #BAEDAA. Grayscale: #282828. Windows color (decimal): -12250539 or 5575237. OLE color: 5575237.

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

Color convert

RGB 69 18 85 -
CMYK 0.19 0.79 0 0.67
HSL 285.67º 0.65% 0.2% -
HSV(B) 285.67º 0.79% 0.33% -
XYZ 4.31 2.35 8.82 -
YUV 40.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 69 18 85 0.19 0.79 0 0.67 285.67 0.65 0.2
Hex 45 12 55 13 4F 0 43 11E 41 14
Octal 105 22 125 23 117 0 103 436 101 24
Binary 1000101 10010 1010101 10011 1001111 0 1000011 100011110 1000001 10100

Color Harmonies of #451255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451255

Black with #451255

Text Example


Text Example

White with #451255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451255; }

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

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

background-color css

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

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

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

border-color css

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

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

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