Html Css Color HEX #442252 Scarlet Gum

📋 copy color: '#442252'

red 68 ◦ green 34 ◦ blue 82

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

Shades of Scarlet Gum #442252

Tints of Scarlet Gum #442252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

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

R = 36.96%
G = 18.48%
B = 44.57%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442252 (or 0x442252) is known color: Scarlet Gum. HEX triplet: 44, 22 and 52. RGB value is (68,34,82). Sum of RGB (Red+Green+Blue) = 68+34+82=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #442252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442252 is #BBDDAD. Grayscale: #313131. Windows color (decimal): -12311982 or 5382724. OLE color: 5382724.

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

Color convert

RGB 68 34 82 -
CMYK 0.17 0.59 0 0.68
HSL 282.5º 0.41% 0.23% -
HSV(B) 282.5º 0.59% 0.32% -
XYZ 4.48 2.98 8.32 -
YUV 49.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 68 34 82 0.17 0.59 0 0.68 282.5 0.41 0.23
Hex 44 22 52 11 3B 0 44 11A 29 17
Octal 104 42 122 21 73 0 104 432 51 27
Binary 1000100 100010 1010010 10001 111011 0 1000100 100011010 101001 10111

Color Harmonies of #442252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442252

Black with #442252

Text Example


Text Example

White with #442252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442252; }

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

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

background-color css

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

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

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

border-color css

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

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

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