Html Css Color HEX #451353 Scarlet Gum

📋 copy color: '#451353'

red 69 ◦ green 19 ◦ blue 83

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

Shades of Scarlet Gum #451353

Tints of Scarlet Gum #451353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 40.35%
G = 11.11%
B = 48.54%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#451353 (or 0x451353) is known color: Scarlet Gum. HEX triplet: 45, 13 and 53. RGB value is (69,19,83). Sum of RGB (Red+Green+Blue) = 69+19+83=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #451353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451353 is #BAECAC. Grayscale: #292929. Windows color (decimal): -12250285 or 5444421. OLE color: 5444421.

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

Color convert

RGB 69 19 83 -
CMYK 0.17 0.77 0 0.67
HSL 286.88º 0.63% 0.2% -
HSV(B) 286.88º 0.77% 0.33% -
XYZ 4.25 2.36 8.41 -
YUV 41.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 69 19 83 0.17 0.77 0 0.67 286.88 0.63 0.2
Hex 45 13 53 11 4D 0 43 11F 3F 14
Octal 105 23 123 21 115 0 103 437 77 24
Binary 1000101 10011 1010011 10001 1001101 0 1000011 100011111 111111 10100

Color Harmonies of #451353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451353

Black with #451353

Text Example


Text Example

White with #451353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451353; }

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

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

background-color css

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

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

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

border-color css

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

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

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