Html Css Color HEX #442552 Scarlet Gum

📋 copy color: '#442552'

red 68 ◦ green 37 ◦ blue 82

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

Shades of Scarlet Gum #442552

Tints of Scarlet Gum #442552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 36.36%
G = 19.79%
B = 43.85%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442552 (or 0x442552) is known color: Scarlet Gum. HEX triplet: 44, 25 and 52. RGB value is (68,37,82). Sum of RGB (Red+Green+Blue) = 68+37+82=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #442552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442552 is #BBDAAD. Grayscale: #333333. Windows color (decimal): -12311214 or 5383492. OLE color: 5383492.

HSL color Cylindrical-coordinate representation of color #442552: hue angle of 281.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #442552 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 37 82 -
CMYK 0.17 0.55 0 0.68
HSL 281.33º 0.38% 0.23% -
HSV(B) 281.33º 0.55% 0.32% -
XYZ 4.57 3.16 8.35 -
YUV 51.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 68 37 82 0.17 0.55 0 0.68 281.33 0.38 0.23
Hex 44 25 52 11 37 0 44 119 26 17
Octal 104 45 122 21 67 0 104 431 46 27
Binary 1000100 100101 1010010 10001 110111 0 1000100 100011001 100110 10111

Color Harmonies of #442552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442552

Black with #442552

Text Example


Text Example

White with #442552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442552; }

 p { color: rgb(68,37,82); }

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

background-color css

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

 a { background-color: rgb(68,37,82); }

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

border-color css

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

 span { border-color: rgb(68,37,82); }

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