Html Css Color HEX #451F5C Scarlet Gum

📋 copy color: '#451F5C'

red 69 ◦ green 31 ◦ blue 92

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

Shades of Scarlet Gum #451F5C

Tints of Scarlet Gum #451F5C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.15%

 BLUE value IS 92 (36.33% from 255) = 47.92%

R = 35.94%
G = 16.15%
B = 47.92%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#451F5C (or 0x451F5C) is known color: Scarlet Gum. HEX triplet: 45, 1F and 5C. RGB value is (69,31,92). Sum of RGB (Red+Green+Blue) = 69+31+92=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #451F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F5C is #BAE0A3. Grayscale: #313131. Windows color (decimal): -12247204 or 6037317. OLE color: 6037317.

HSL color Cylindrical-coordinate representation of color #451F5C: hue angle of 277.38º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #451F5C is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 31 92 -
CMYK 0.25 0.66 0 0.64
HSL 277.38º 0.5% 0.24% -
HSV(B) 277.38º 0.66% 0.36% -
XYZ 4.88 3.02 10.45 -
YUV 49.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 69 31 92 0.25 0.66 0 0.64 277.38 0.5 0.24
Hex 45 1F 5C 19 42 0 40 115 32 18
Octal 105 37 134 31 102 0 100 425 62 30
Binary 1000101 11111 1011100 11001 1000010 0 1000000 100010101 110010 11000

Color Harmonies of #451F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451F5C

Black with #451F5C

Text Example


Text Example

White with #451F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451F5C; }

 p { color: rgb(69,31,92); }

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

background-color css

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

 a { background-color: rgb(69,31,92); }

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

border-color css

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

 span { border-color: rgb(69,31,92); }

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