Html Css Color HEX #440B57 Scarlet Gum

📋 copy color: '#440B57'

red 68 ◦ green 11 ◦ blue 87

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

Shades of Scarlet Gum #440B57

Tints of Scarlet Gum #440B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 40.96%
G = 6.63%
B = 52.41%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#440B57 (or 0x440B57) is known color: Scarlet Gum. HEX triplet: 44, 0B and 57. RGB value is (68,11,87). Sum of RGB (Red+Green+Blue) = 68+11+87=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #440B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B57 is #BBF4A8. Grayscale: #242424. Windows color (decimal): -12317865 or 5704516. OLE color: 5704516.

HSL color Cylindrical-coordinate representation of color #440B57: hue angle of 285º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440B57 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 11 87 -
CMYK 0.22 0.87 0 0.66
HSL 285º 0.78% 0.19% -
HSV(B) 285º 0.87% 0.34% -
XYZ 4.22 2.16 9.21 -
YUV 36.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 68 11 87 0.22 0.87 0 0.66 285 0.78 0.19
Hex 44 B 57 16 57 0 42 11D 4E 13
Octal 104 13 127 26 127 0 102 435 116 23
Binary 1000100 1011 1010111 10110 1010111 0 1000010 100011101 1001110 10011

Color Harmonies of #440B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B57

Black with #440B57

Text Example


Text Example

White with #440B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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