Html Css Color HEX #442B52 Scarlet Gum

📋 copy color: '#442B52'

red 68 ◦ green 43 ◦ blue 82

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

Shades of Scarlet Gum #442B52

Tints of Scarlet Gum #442B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.28%

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

R = 35.23%
G = 22.28%
B = 42.49%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442B52 (or 0x442B52) is known color: Scarlet Gum. HEX triplet: 44, 2B and 52. RGB value is (68,43,82). Sum of RGB (Red+Green+Blue) = 68+43+82=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #442B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B52 is #BBD4AD. Grayscale: #363636. Windows color (decimal): -12309678 or 5385028. OLE color: 5385028.

HSL color Cylindrical-coordinate representation of color #442B52: hue angle of 278.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #442B52 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 43 82 -
CMYK 0.17 0.48 0 0.68
HSL 278.46º 0.31% 0.25% -
HSV(B) 278.46º 0.48% 0.32% -
XYZ 4.77 3.57 8.42 -
YUV 54.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 68 43 82 0.17 0.48 0 0.68 278.46 0.31 0.25
Hex 44 2B 52 11 30 0 44 116 1F 19
Octal 104 53 122 21 60 0 104 426 37 31
Binary 1000100 101011 1010010 10001 110000 0 1000100 100010110 11111 11001

Color Harmonies of #442B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B52

Black with #442B52

Text Example


Text Example

White with #442B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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