Html Css Color HEX #440F5C Scarlet Gum

📋 copy color: '#440F5C'

red 68 ◦ green 15 ◦ blue 92

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

Shades of Scarlet Gum #440F5C

Tints of Scarlet Gum #440F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 38.86%
G = 8.57%
B = 52.57%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#440F5C (or 0x440F5C) is known color: Scarlet Gum. HEX triplet: 44, 0F and 5C. RGB value is (68,15,92). Sum of RGB (Red+Green+Blue) = 68+15+92=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #440F5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F5C is #BBF0A3. Grayscale: #272727. Windows color (decimal): -12316836 or 6033220. OLE color: 6033220.

HSL color Cylindrical-coordinate representation of color #440F5C: hue angle of 281.3º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440F5C is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 15 92 -
CMYK 0.26 0.84 0 0.64
HSL 281.3º 0.72% 0.21% -
HSV(B) 281.3º 0.84% 0.36% -
XYZ 4.49 2.34 10.34 -
YUV 39.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 68 15 92 0.26 0.84 0 0.64 281.3 0.72 0.21
Hex 44 F 5C 1A 54 0 40 119 48 15
Octal 104 17 134 32 124 0 100 431 110 25
Binary 1000100 1111 1011100 11010 1010100 0 1000000 100011001 1001000 10101

Color Harmonies of #440F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F5C

Black with #440F5C

Text Example


Text Example

White with #440F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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