Html Css Color HEX #451256 Scarlet Gum

📋 copy color: '#451256'

red 69 ◦ green 18 ◦ blue 86

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

Shades of Scarlet Gum #451256

Tints of Scarlet Gum #451256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 39.88%
G = 10.4%
B = 49.71%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#451256 (or 0x451256) is known color: Scarlet Gum. HEX triplet: 45, 12 and 56. RGB value is (69,18,86). Sum of RGB (Red+Green+Blue) = 69+18+86=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #451256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451256 is #BAEDA9. Grayscale: #282828. Windows color (decimal): -12250538 or 5640773. OLE color: 5640773.

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

Color convert

RGB 69 18 86 -
CMYK 0.20 0.79 0 0.66
HSL 285º 0.65% 0.2% -
HSV(B) 285º 0.79% 0.34% -
XYZ 4.35 2.37 9.03 -
YUV 41 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 69 18 86 0.20 0.79 0 0.66 285 0.65 0.2
Hex 45 12 56 14 4F 0 42 11D 41 14
Octal 105 22 126 24 117 0 102 435 101 24
Binary 1000101 10010 1010110 10100 1001111 0 1000010 100011101 1000001 10100

Color Harmonies of #451256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451256

Black with #451256

Text Example


Text Example

White with #451256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451256; }

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

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

background-color css

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

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

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

border-color css

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

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

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