Html Css Color HEX #441252 Scarlet Gum

📋 copy color: '#441252'

red 68 ◦ green 18 ◦ blue 82

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

Shades of Scarlet Gum #441252

Tints of Scarlet Gum #441252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 40.48%
G = 10.71%
B = 48.81%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#441252 (or 0x441252) is known color: Scarlet Gum. HEX triplet: 44, 12 and 52. RGB value is (68,18,82). Sum of RGB (Red+Green+Blue) = 68+18+82=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #441252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441252 is #BBEDAD. Grayscale: #282828. Windows color (decimal): -12316078 or 5378628. OLE color: 5378628.

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

Color convert

RGB 68 18 82 -
CMYK 0.17 0.78 0 0.68
HSL 286.88º 0.64% 0.2% -
HSV(B) 286.88º 0.78% 0.32% -
XYZ 4.12 2.27 8.2 -
YUV 40.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 68 18 82 0.17 0.78 0 0.68 286.88 0.64 0.2
Hex 44 12 52 11 4E 0 44 11F 40 14
Octal 104 22 122 21 116 0 104 437 100 24
Binary 1000100 10010 1010010 10001 1001110 0 1000100 100011111 1000000 10100

Color Harmonies of #441252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441252

Black with #441252

Text Example


Text Example

White with #441252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441252; }

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

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

background-color css

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

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

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

border-color css

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

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

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