Html Css Color HEX #442953 Scarlet Gum

📋 copy color: '#442953'

red 68 ◦ green 41 ◦ blue 83

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

Shades of Scarlet Gum #442953

Tints of Scarlet Gum #442953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

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

R = 35.42%
G = 21.35%
B = 43.23%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442953 (or 0x442953) is known color: Scarlet Gum. HEX triplet: 44, 29 and 53. RGB value is (68,41,83). Sum of RGB (Red+Green+Blue) = 68+41+83=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #442953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442953 is #BBD6AC. Grayscale: #353535. Windows color (decimal): -12310189 or 5450052. OLE color: 5450052.

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

Color convert

RGB 68 41 83 -
CMYK 0.18 0.51 0 0.67
HSL 278.57º 0.34% 0.24% -
HSV(B) 278.57º 0.51% 0.33% -
XYZ 4.74 3.44 8.6 -
YUV 53.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 68 41 83 0.18 0.51 0 0.67 278.57 0.34 0.24
Hex 44 29 53 12 33 0 43 117 22 18
Octal 104 51 123 22 63 0 103 427 42 30
Binary 1000100 101001 1010011 10010 110011 0 1000011 100010111 100010 11000

Color Harmonies of #442953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442953

Black with #442953

Text Example


Text Example

White with #442953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442953; }

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

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

background-color css

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

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

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

border-color css

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

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

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