Html Css Color HEX #442053 Scarlet Gum

📋 copy color: '#442053'

red 68 ◦ green 32 ◦ blue 83

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

Shades of Scarlet Gum #442053

Tints of Scarlet Gum #442053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 37.16%
G = 17.49%
B = 45.36%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442053 (or 0x442053) is known color: Scarlet Gum. HEX triplet: 44, 20 and 53. RGB value is (68,32,83). Sum of RGB (Red+Green+Blue) = 68+32+83=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #442053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442053 is #BBDFAC. Grayscale: #303030. Windows color (decimal): -12312493 or 5447748. OLE color: 5447748.

HSL color Cylindrical-coordinate representation of color #442053: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442053 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 32 83 -
CMYK 0.18 0.61 0 0.67
HSL 282.35º 0.44% 0.23% -
HSV(B) 282.35º 0.61% 0.33% -
XYZ 4.46 2.89 8.51 -
YUV 48.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 68 32 83 0.18 0.61 0 0.67 282.35 0.44 0.23
Hex 44 20 53 12 3D 0 43 11A 2C 17
Octal 104 40 123 22 75 0 103 432 54 27
Binary 1000100 100000 1010011 10010 111101 0 1000011 100011010 101100 10111

Color Harmonies of #442053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442053

Black with #442053

Text Example


Text Example

White with #442053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442053; }

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

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

background-color css

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

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

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

border-color css

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

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

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