Html Css Color HEX #451253 Scarlet Gum

📋 copy color: '#451253'

red 69 ◦ green 18 ◦ blue 83

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

Shades of Scarlet Gum #451253

Tints of Scarlet Gum #451253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.82%

R = 40.59%
G = 10.59%
B = 48.82%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#451253 (or 0x451253) is known color: Scarlet Gum. HEX triplet: 45, 12 and 53. RGB value is (69,18,83). Sum of RGB (Red+Green+Blue) = 69+18+83=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #451253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451253 is #BAEDAC. Grayscale: #282828. Windows color (decimal): -12250541 or 5444165. OLE color: 5444165.

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

Color convert

RGB 69 18 83 -
CMYK 0.17 0.78 0 0.67
HSL 287.08º 0.64% 0.2% -
HSV(B) 287.08º 0.78% 0.33% -
XYZ 4.23 2.32 8.41 -
YUV 40.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 69 18 83 0.17 0.78 0 0.67 287.08 0.64 0.2
Hex 45 12 53 11 4E 0 43 11F 40 14
Octal 105 22 123 21 116 0 103 437 100 24
Binary 1000101 10010 1010011 10001 1001110 0 1000011 100011111 1000000 10100

Color Harmonies of #451253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451253

Black with #451253

Text Example


Text Example

White with #451253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451253; }

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

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

background-color css

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

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

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

border-color css

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

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

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