Html Css Color HEX #44334A Scarlet Gum

📋 copy color: '#44334A'

red 68 ◦ green 51 ◦ blue 74

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

Shades of Scarlet Gum #44334A

Tints of Scarlet Gum #44334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 35.23%
G = 26.42%
B = 38.34%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44334A (or 0x44334A) is known color: Scarlet Gum. HEX triplet: 44, 33 and 4A. RGB value is (68,51,74). Sum of RGB (Red+Green+Blue) = 68+51+74=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #44334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44334A is #BBCCB5. Grayscale: #3A3A3A. Windows color (decimal): -12307638 or 4862788. OLE color: 4862788.

HSL color Cylindrical-coordinate representation of color #44334A: hue angle of 284.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #44334A is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 51 74 -
CMYK 0.08 0.31 0 0.71
HSL 284.35º 0.18% 0.25% -
HSV(B) 284.35º 0.31% 0.29% -
XYZ 4.8 4.09 7.02 -
YUV 58.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 68 51 74 0.08 0.31 0 0.71 284.35 0.18 0.25
Hex 44 33 4A 8 1F 0 47 11C 12 19
Octal 104 63 112 10 37 0 107 434 22 31
Binary 1000100 110011 1001010 1000 11111 0 1000111 100011100 10010 11001

Color Harmonies of #44334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44334A

Black with #44334A

Text Example


Text Example

White with #44334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44334A; }

 p { color: rgb(68,51,74); }

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

background-color css

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

 a { background-color: rgb(68,51,74); }

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

border-color css

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

 span { border-color: rgb(68,51,74); }

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