Html Css Color HEX #440B52 Scarlet Gum

📋 copy color: '#440B52'

red 68 ◦ green 11 ◦ blue 82

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

Shades of Scarlet Gum #440B52

Tints of Scarlet Gum #440B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50.93%

R = 42.24%
G = 6.83%
B = 50.93%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#440B52 (or 0x440B52) is known color: Scarlet Gum. HEX triplet: 44, 0B and 52. RGB value is (68,11,82). Sum of RGB (Red+Green+Blue) = 68+11+82=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #440B52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B52 is #BBF4AD. Grayscale: #232323. Windows color (decimal): -12317870 or 5376836. OLE color: 5376836.

HSL color Cylindrical-coordinate representation of color #440B52: hue angle of 288.17º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440B52 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 11 82 -
CMYK 0.17 0.87 0 0.68
HSL 288.17º 0.76% 0.18% -
HSV(B) 288.17º 0.87% 0.32% -
XYZ 4.03 2.08 8.17 -
YUV 36.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 68 11 82 0.17 0.87 0 0.68 288.17 0.76 0.18
Hex 44 B 52 11 57 0 44 120 4C 12
Octal 104 13 122 21 127 0 104 440 114 22
Binary 1000100 1011 1010010 10001 1010111 0 1000100 100100000 1001100 10010

Color Harmonies of #440B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B52

Black with #440B52

Text Example


Text Example

White with #440B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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