Html Css Color HEX #442853 Scarlet Gum

📋 copy color: '#442853'

red 68 ◦ green 40 ◦ blue 83

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

Shades of Scarlet Gum #442853

Tints of Scarlet Gum #442853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 35.6%
G = 20.94%
B = 43.46%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442853 (or 0x442853) is known color: Scarlet Gum. HEX triplet: 44, 28 and 53. RGB value is (68,40,83). Sum of RGB (Red+Green+Blue) = 68+40+83=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #442853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442853 is #BBD7AC. Grayscale: #353535. Windows color (decimal): -12310445 or 5449796. OLE color: 5449796.

HSL color Cylindrical-coordinate representation of color #442853: hue angle of 279.07º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #442853 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 40 83 -
CMYK 0.18 0.52 0 0.67
HSL 279.07º 0.35% 0.24% -
HSV(B) 279.07º 0.52% 0.33% -
XYZ 4.7 3.37 8.59 -
YUV 53.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 68 40 83 0.18 0.52 0 0.67 279.07 0.35 0.24
Hex 44 28 53 12 34 0 43 117 23 18
Octal 104 50 123 22 64 0 103 427 43 30
Binary 1000100 101000 1010011 10010 110100 0 1000011 100010111 100011 11000

Color Harmonies of #442853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442853

Black with #442853

Text Example


Text Example

White with #442853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442853; }

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

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

background-color css

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

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

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

border-color css

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

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

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