Html Css Color HEX #441452 Scarlet Gum

📋 copy color: '#441452'

red 68 ◦ green 20 ◦ blue 82

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

Shades of Scarlet Gum #441452

Tints of Scarlet Gum #441452

RGB

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

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

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

R = 40%
G = 11.76%
B = 48.24%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#441452 (or 0x441452) is known color: Scarlet Gum. HEX triplet: 44, 14 and 52. RGB value is (68,20,82). Sum of RGB (Red+Green+Blue) = 68+20+82=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #441452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441452 is #BBEBAD. Grayscale: #292929. Windows color (decimal): -12315566 or 5379140. OLE color: 5379140.

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

Color convert

RGB 68 20 82 -
CMYK 0.17 0.76 0 0.68
HSL 286.45º 0.61% 0.2% -
HSV(B) 286.45º 0.76% 0.32% -
XYZ 4.16 2.34 8.21 -
YUV 41.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 68 20 82 0.17 0.76 0 0.68 286.45 0.61 0.2
Hex 44 14 52 11 4C 0 44 11E 3D 14
Octal 104 24 122 21 114 0 104 436 75 24
Binary 1000100 10100 1010010 10001 1001100 0 1000100 100011110 111101 10100

Color Harmonies of #441452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441452

Black with #441452

Text Example


Text Example

White with #441452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441452; }

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

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

background-color css

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

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

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

border-color css

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

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

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