Html Css Color HEX #442852 Scarlet Gum

📋 copy color: '#442852'

red 68 ◦ green 40 ◦ blue 82

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

Shades of Scarlet Gum #442852

Tints of Scarlet Gum #442852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

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

R = 35.79%
G = 21.05%
B = 43.16%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442852 (or 0x442852) is known color: Scarlet Gum. HEX triplet: 44, 28 and 52. RGB value is (68,40,82). Sum of RGB (Red+Green+Blue) = 68+40+82=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #442852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442852 is #BBD7AD. Grayscale: #353535. Windows color (decimal): -12310446 or 5384260. OLE color: 5384260.

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

Color convert

RGB 68 40 82 -
CMYK 0.17 0.51 0 0.68
HSL 280º 0.34% 0.24% -
HSV(B) 280º 0.51% 0.32% -
XYZ 4.67 3.36 8.38 -
YUV 53.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 68 40 82 0.17 0.51 0 0.68 280 0.34 0.24
Hex 44 28 52 11 33 0 44 118 22 18
Octal 104 50 122 21 63 0 104 430 42 30
Binary 1000100 101000 1010010 10001 110011 0 1000100 100011000 100010 11000

Color Harmonies of #442852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442852

Black with #442852

Text Example


Text Example

White with #442852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442852; }

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

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

background-color css

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

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

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

border-color css

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

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

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