Html Css Color HEX #441253 Scarlet Gum

📋 copy color: '#441253'

red 68 ◦ green 18 ◦ blue 83

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

Shades of Scarlet Gum #441253

Tints of Scarlet Gum #441253

RGB

 RED value IS 68 (26.95% from 255) = 40.24%

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

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

R = 40.24%
G = 10.65%
B = 49.11%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441253 (or 0x441253) is known color: Scarlet Gum. HEX triplet: 44, 12 and 53. RGB value is (68,18,83). Sum of RGB (Red+Green+Blue) = 68+18+83=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #441253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441253 is #BBEDAC. Grayscale: #282828. Windows color (decimal): -12316077 or 5444164. OLE color: 5444164.

HSL color Cylindrical-coordinate representation of color #441253: hue angle of 286.15º 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 #441253 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 18 83 -
CMYK 0.18 0.78 0 0.67
HSL 286.15º 0.64% 0.2% -
HSV(B) 286.15º 0.78% 0.33% -
XYZ 4.16 2.29 8.41 -
YUV 40.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 68 18 83 0.18 0.78 0 0.67 286.15 0.64 0.2
Hex 44 12 53 12 4E 0 43 11E 40 14
Octal 104 22 123 22 116 0 103 436 100 24
Binary 1000100 10010 1010011 10010 1001110 0 1000011 100011110 1000000 10100

Color Harmonies of #441253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441253

Black with #441253

Text Example


Text Example

White with #441253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441253; }

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

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

background-color css

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

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

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

border-color css

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

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

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