Html Css Color HEX #441B53 Scarlet Gum

📋 copy color: '#441B53'

red 68 ◦ green 27 ◦ blue 83

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

Shades of Scarlet Gum #441B53

Tints of Scarlet Gum #441B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.17%

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

R = 38.2%
G = 15.17%
B = 46.63%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441B53 (or 0x441B53) is known color: Scarlet Gum. HEX triplet: 44, 1B and 53. RGB value is (68,27,83). Sum of RGB (Red+Green+Blue) = 68+27+83=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #441B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B53 is #BBE4AC. Grayscale: #2D2D2D. Windows color (decimal): -12313773 or 5446468. OLE color: 5446468.

HSL color Cylindrical-coordinate representation of color #441B53: hue angle of 283.93º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #441B53 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 27 83 -
CMYK 0.18 0.67 0 0.67
HSL 283.93º 0.51% 0.22% -
HSV(B) 283.93º 0.67% 0.33% -
XYZ 4.34 2.64 8.46 -
YUV 45.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 68 27 83 0.18 0.67 0 0.67 283.93 0.51 0.22
Hex 44 1B 53 12 43 0 43 11C 33 16
Octal 104 33 123 22 103 0 103 434 63 26
Binary 1000100 11011 1010011 10010 1000011 0 1000011 100011100 110011 10110

Color Harmonies of #441B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B53

Black with #441B53

Text Example


Text Example

White with #441B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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