Html Css Color HEX #441451 Scarlet Gum

📋 copy color: '#441451'

red 68 ◦ green 20 ◦ blue 81

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

Shades of Scarlet Gum #441451

Tints of Scarlet Gum #441451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.83%

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 40.24%
G = 11.83%
B = 47.93%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#441451 (or 0x441451) is known color: Scarlet Gum. HEX triplet: 44, 14 and 51. RGB value is (68,20,81). Sum of RGB (Red+Green+Blue) = 68+20+81=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #441451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441451 is #BBEBAE. Grayscale: #292929. Windows color (decimal): -12315567 or 5313604. OLE color: 5313604.

HSL color Cylindrical-coordinate representation of color #441451: hue angle of 287.21º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441451 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 20 81 -
CMYK 0.16 0.75 0 0.68
HSL 287.21º 0.6% 0.2% -
HSV(B) 287.21º 0.75% 0.32% -
XYZ 4.12 2.32 8.02 -
YUV 41.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 68 20 81 0.16 0.75 0 0.68 287.21 0.6 0.2
Hex 44 14 51 10 4B 0 44 11F 3C 14
Octal 104 24 121 20 113 0 104 437 74 24
Binary 1000100 10100 1010001 10000 1001011 0 1000100 100011111 111100 10100

Color Harmonies of #441451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441451

Black with #441451

Text Example


Text Example

White with #441451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441451; }

 p { color: rgb(68,20,81); }

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

background-color css

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

 a { background-color: rgb(68,20,81); }

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

border-color css

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

 span { border-color: rgb(68,20,81); }

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