Html Css Color HEX #442B57 Scarlet Gum

📋 copy color: '#442B57'

red 68 ◦ green 43 ◦ blue 87

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

Shades of Scarlet Gum #442B57

Tints of Scarlet Gum #442B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.94%

R = 34.34%
G = 21.72%
B = 43.94%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#442B57 (or 0x442B57) is known color: Scarlet Gum. HEX triplet: 44, 2B and 57. RGB value is (68,43,87). Sum of RGB (Red+Green+Blue) = 68+43+87=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #442B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B57 is #BBD4A8. Grayscale: #373737. Windows color (decimal): -12309673 or 5712708. OLE color: 5712708.

HSL color Cylindrical-coordinate representation of color #442B57: hue angle of 274.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442B57 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 43 87 -
CMYK 0.22 0.51 0 0.66
HSL 274.09º 0.34% 0.25% -
HSV(B) 274.09º 0.51% 0.34% -
XYZ 4.97 3.64 9.46 -
YUV 55.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 68 43 87 0.22 0.51 0 0.66 274.09 0.34 0.25
Hex 44 2B 57 16 33 0 42 112 22 19
Octal 104 53 127 26 63 0 102 422 42 31
Binary 1000100 101011 1010111 10110 110011 0 1000010 100010010 100010 11001

Color Harmonies of #442B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B57

Black with #442B57

Text Example


Text Example

White with #442B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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