Html Css Color HEX #442952 Scarlet Gum

📋 copy color: '#442952'

red 68 ◦ green 41 ◦ blue 82

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

Shades of Scarlet Gum #442952

Tints of Scarlet Gum #442952

RGB

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

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

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

R = 35.6%
G = 21.47%
B = 42.93%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442952 (or 0x442952) is known color: Scarlet Gum. HEX triplet: 44, 29 and 52. RGB value is (68,41,82). Sum of RGB (Red+Green+Blue) = 68+41+82=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #442952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442952 is #BBD6AD. Grayscale: #353535. Windows color (decimal): -12310190 or 5384516. OLE color: 5384516.

HSL color Cylindrical-coordinate representation of color #442952: hue angle of 279.51º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442952 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 41 82 -
CMYK 0.17 0.50 0 0.68
HSL 279.51º 0.33% 0.24% -
HSV(B) 279.51º 0.5% 0.32% -
XYZ 4.7 3.42 8.4 -
YUV 53.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 68 41 82 0.17 0.50 0 0.68 279.51 0.33 0.24
Hex 44 29 52 11 32 0 44 118 21 18
Octal 104 51 122 21 62 0 104 430 41 30
Binary 1000100 101001 1010010 10001 110010 0 1000100 100011000 100001 11000

Color Harmonies of #442952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442952

Black with #442952

Text Example


Text Example

White with #442952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442952; }

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

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

background-color css

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

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

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

border-color css

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

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

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