Html Css Color HEX #442152 Scarlet Gum

📋 copy color: '#442152'

red 68 ◦ green 33 ◦ blue 82

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

Shades of Scarlet Gum #442152

Tints of Scarlet Gum #442152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 37.16%
G = 18.03%
B = 44.81%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442152 (or 0x442152) is known color: Scarlet Gum. HEX triplet: 44, 21 and 52. RGB value is (68,33,82). Sum of RGB (Red+Green+Blue) = 68+33+82=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #442152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442152 is #BBDEAD. Grayscale: #303030. Windows color (decimal): -12312238 or 5382468. OLE color: 5382468.

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

Color convert

RGB 68 33 82 -
CMYK 0.17 0.60 0 0.68
HSL 282.86º 0.43% 0.23% -
HSV(B) 282.86º 0.6% 0.32% -
XYZ 4.45 2.93 8.31 -
YUV 49.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 68 33 82 0.17 0.60 0 0.68 282.86 0.43 0.23
Hex 44 21 52 11 3C 0 44 11B 2B 17
Octal 104 41 122 21 74 0 104 433 53 27
Binary 1000100 100001 1010010 10001 111100 0 1000100 100011011 101011 10111

Color Harmonies of #442152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442152

Black with #442152

Text Example


Text Example

White with #442152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442152; }

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

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

background-color css

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

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

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

border-color css

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

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

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