Html Css Color HEX #440F53 Scarlet Gum

📋 copy color: '#440F53'

red 68 ◦ green 15 ◦ blue 83

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

Shades of Scarlet Gum #440F53

Tints of Scarlet Gum #440F53

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

 BLUE value IS 83 (32.81% from 255) = 50%

R = 40.96%
G = 9.04%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#440F53 (or 0x440F53) is known color: Scarlet Gum. HEX triplet: 44, 0F and 53. RGB value is (68,15,83). Sum of RGB (Red+Green+Blue) = 68+15+83=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #440F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F53 is #BBF0AC. Grayscale: #262626. Windows color (decimal): -12316845 or 5443396. OLE color: 5443396.

HSL color Cylindrical-coordinate representation of color #440F53: hue angle of 286.76º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440F53 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 15 83 -
CMYK 0.18 0.82 0 0.67
HSL 286.76º 0.69% 0.19% -
HSV(B) 286.76º 0.82% 0.33% -
XYZ 4.12 2.2 8.39 -
YUV 38.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 68 15 83 0.18 0.82 0 0.67 286.76 0.69 0.19
Hex 44 F 53 12 52 0 43 11F 45 13
Octal 104 17 123 22 122 0 103 437 105 23
Binary 1000100 1111 1010011 10010 1010010 0 1000011 100011111 1000101 10011

Color Harmonies of #440F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F53

Black with #440F53

Text Example


Text Example

White with #440F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,15,83); }

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

background-color css

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

 a { background-color: rgb(68,15,83); }

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

border-color css

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

 span { border-color: rgb(68,15,83); }

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