Html Css Color HEX #440B5D Scarlet Gum

📋 copy color: '#440B5D'

red 68 ◦ green 11 ◦ blue 93

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

Shades of Scarlet Gum #440B5D

Tints of Scarlet Gum #440B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.4%

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 39.53%
G = 6.4%
B = 54.07%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#440B5D (or 0x440B5D) is known color: Scarlet Gum. HEX triplet: 44, 0B and 5D. RGB value is (68,11,93). Sum of RGB (Red+Green+Blue) = 68+11+93=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #440B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B5D is #BBF4A2. Grayscale: #252525. Windows color (decimal): -12317859 or 6097732. OLE color: 6097732.

HSL color Cylindrical-coordinate representation of color #440B5D: hue angle of 281.71º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440B5D is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 11 93 -
CMYK 0.27 0.88 0 0.64
HSL 281.71º 0.79% 0.2% -
HSV(B) 281.71º 0.88% 0.36% -
XYZ 4.48 2.26 10.56 -
YUV 37.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 68 11 93 0.27 0.88 0 0.64 281.71 0.79 0.2
Hex 44 B 5D 1B 58 0 40 11A 4F 14
Octal 104 13 135 33 130 0 100 432 117 24
Binary 1000100 1011 1011101 11011 1011000 0 1000000 100011010 1001111 10100

Color Harmonies of #440B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B5D

Black with #440B5D

Text Example


Text Example

White with #440B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440B5D; }

 p { color: rgb(68,11,93); }

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

background-color css

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

 a { background-color: rgb(68,11,93); }

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

border-color css

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

 span { border-color: rgb(68,11,93); }

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