Html Css Color HEX #451963 Scarlet Gum

📋 copy color: '#451963'

red 69 ◦ green 25 ◦ blue 99

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

Shades of Scarlet Gum #451963

Tints of Scarlet Gum #451963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 99 (39.06% from 255) = 51.3%

R = 35.75%
G = 12.95%
B = 51.3%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#451963 (or 0x451963) is known color: Scarlet Gum. HEX triplet: 45, 19 and 63. RGB value is (69,25,99). Sum of RGB (Red+Green+Blue) = 69+25+99=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #451963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451963 is #BAE69C. Grayscale: #2E2E2E. Windows color (decimal): -12248733 or 6494533. OLE color: 6494533.

HSL color Cylindrical-coordinate representation of color #451963: hue angle of 275.68º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451963 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 25 99 -
CMYK 0.30 0.75 0 0.61
HSL 275.68º 0.6% 0.24% -
HSV(B) 275.68º 0.75% 0.39% -
XYZ 5.05 2.86 12.09 -
YUV 46.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 69 25 99 0.30 0.75 0 0.61 275.68 0.6 0.24
Hex 45 19 63 1E 4B 0 3D 114 3C 18
Octal 105 31 143 36 113 0 75 424 74 30
Binary 1000101 11001 1100011 11110 1001011 0 111101 100010100 111100 11000

Color Harmonies of #451963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451963

Black with #451963

Text Example


Text Example

White with #451963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451963; }

 p { color: rgb(69,25,99); }

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

background-color css

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

 a { background-color: rgb(69,25,99); }

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

border-color css

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

 span { border-color: rgb(69,25,99); }

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