Html Css Color HEX #442353 Scarlet Gum

📋 copy color: '#442353'

red 68 ◦ green 35 ◦ blue 83

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

Shades of Scarlet Gum #442353

Tints of Scarlet Gum #442353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

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

R = 36.56%
G = 18.82%
B = 44.62%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442353 (or 0x442353) is known color: Scarlet Gum. HEX triplet: 44, 23 and 53. RGB value is (68,35,83). Sum of RGB (Red+Green+Blue) = 68+35+83=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #442353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442353 is #BBDCAC. Grayscale: #323232. Windows color (decimal): -12311725 or 5448516. OLE color: 5448516.

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

Color convert

RGB 68 35 83 -
CMYK 0.18 0.58 0 0.67
HSL 281.25º 0.41% 0.23% -
HSV(B) 281.25º 0.58% 0.33% -
XYZ 4.55 3.06 8.53 -
YUV 50.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 68 35 83 0.18 0.58 0 0.67 281.25 0.41 0.23
Hex 44 23 53 12 3A 0 43 119 29 17
Octal 104 43 123 22 72 0 103 431 51 27
Binary 1000100 100011 1010011 10010 111010 0 1000011 100011001 101001 10111

Color Harmonies of #442353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442353

Black with #442353

Text Example


Text Example

White with #442353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442353; }

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

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

background-color css

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

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

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

border-color css

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

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

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