Html Css Color HEX #44065A Scarlet Gum

📋 copy color: '#44065A'

red 68 ◦ green 6 ◦ blue 90

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

Shades of Scarlet Gum #44065A

Tints of Scarlet Gum #44065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

 BLUE value IS 90 (35.55% from 255) = 54.88%

R = 41.46%
G = 3.66%
B = 54.88%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44065A (or 0x44065A) is known color: Scarlet Gum. HEX triplet: 44, 06 and 5A. RGB value is (68,6,90). Sum of RGB (Red+Green+Blue) = 68+6+90=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #44065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44065A is #BBF9A5. Grayscale: #212121. Windows color (decimal): -12319142 or 5899844. OLE color: 5899844.

HSL color Cylindrical-coordinate representation of color #44065A: hue angle of 284.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44065A is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 6 90 -
CMYK 0.24 0.93 0 0.65
HSL 284.29º 0.88% 0.19% -
HSV(B) 284.29º 0.93% 0.35% -
XYZ 4.29 2.1 9.85 -
YUV 34.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 68 6 90 0.24 0.93 0 0.65 284.29 0.88 0.19
Hex 44 6 5A 18 5D 0 41 11C 58 13
Octal 104 6 132 30 135 0 101 434 130 23
Binary 1000100 110 1011010 11000 1011101 0 1000001 100011100 1011000 10011

Color Harmonies of #44065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44065A

Black with #44065A

Text Example


Text Example

White with #44065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,6,90); }

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

background-color css

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

 a { background-color: rgb(68,6,90); }

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

border-color css

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

 span { border-color: rgb(68,6,90); }

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