Html Css Color HEX #440B5E Scarlet Gum

📋 copy color: '#440B5E'

red 68 ◦ green 11 ◦ blue 94

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

Shades of Scarlet Gum #440B5E

Tints of Scarlet Gum #440B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 39.31%
G = 6.36%
B = 54.34%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#440B5E (or 0x440B5E) is known color: Scarlet Gum. HEX triplet: 44, 0B and 5E. RGB value is (68,11,94). Sum of RGB (Red+Green+Blue) = 68+11+94=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #440B5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B5E is #BBF4A1. Grayscale: #252525. Windows color (decimal): -12317858 or 6163268. OLE color: 6163268.

HSL color Cylindrical-coordinate representation of color #440B5E: hue angle of 281.2º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440B5E is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 11 94 -
CMYK 0.28 0.88 0 0.63
HSL 281.2º 0.79% 0.21% -
HSV(B) 281.2º 0.88% 0.37% -
XYZ 4.52 2.28 10.79 -
YUV 37.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 68 11 94 0.28 0.88 0 0.63 281.2 0.79 0.21
Hex 44 B 5E 1C 58 0 3F 119 4F 15
Octal 104 13 136 34 130 0 77 431 117 25
Binary 1000100 1011 1011110 11100 1011000 0 111111 100011001 1001111 10101

Color Harmonies of #440B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B5E

Black with #440B5E

Text Example


Text Example

White with #440B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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