Html Css Color HEX #442B59 Scarlet Gum

📋 copy color: '#442B59'

red 68 ◦ green 43 ◦ blue 89

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

Shades of Scarlet Gum #442B59

Tints of Scarlet Gum #442B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 34%
G = 21.5%
B = 44.5%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442B59 (or 0x442B59) is known color: Scarlet Gum. HEX triplet: 44, 2B and 59. RGB value is (68,43,89). Sum of RGB (Red+Green+Blue) = 68+43+89=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #442B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B59 is #BBD4A6. Grayscale: #373737. Windows color (decimal): -12309671 or 5843780. OLE color: 5843780.

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

Color convert

RGB 68 43 89 -
CMYK 0.24 0.52 0 0.65
HSL 272.61º 0.35% 0.26% -
HSV(B) 272.61º 0.52% 0.35% -
XYZ 5.05 3.68 9.89 -
YUV 55.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 68 43 89 0.24 0.52 0 0.65 272.61 0.35 0.26
Hex 44 2B 59 18 34 0 41 111 23 1A
Octal 104 53 131 30 64 0 101 421 43 32
Binary 1000100 101011 1011001 11000 110100 0 1000001 100010001 100011 11010

Color Harmonies of #442B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B59

Black with #442B59

Text Example


Text Example

White with #442B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442B59; }

 p { color: rgb(68,43,89); }

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

background-color css

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

 a { background-color: rgb(68,43,89); }

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

border-color css

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

 span { border-color: rgb(68,43,89); }

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