Html Css Color HEX #442B5C Scarlet Gum

📋 copy color: '#442B5C'

red 68 ◦ green 43 ◦ blue 92

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

Shades of Scarlet Gum #442B5C

Tints of Scarlet Gum #442B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 33.5%
G = 21.18%
B = 45.32%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#442B5C (or 0x442B5C) is known color: Scarlet Gum. HEX triplet: 44, 2B and 5C. RGB value is (68,43,92). Sum of RGB (Red+Green+Blue) = 68+43+92=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #442B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B5C is #BBD4A3. Grayscale: #373737. Windows color (decimal): -12309668 or 6040388. OLE color: 6040388.

HSL color Cylindrical-coordinate representation of color #442B5C: hue angle of 270.61º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442B5C is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 43 92 -
CMYK 0.26 0.53 0 0.64
HSL 270.61º 0.36% 0.26% -
HSV(B) 270.61º 0.53% 0.36% -
XYZ 5.18 3.73 10.57 -
YUV 56.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 68 43 92 0.26 0.53 0 0.64 270.61 0.36 0.26
Hex 44 2B 5C 1A 35 0 40 10F 24 1A
Octal 104 53 134 32 65 0 100 417 44 32
Binary 1000100 101011 1011100 11010 110101 0 1000000 100001111 100100 11010

Color Harmonies of #442B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B5C

Black with #442B5C

Text Example


Text Example

White with #442B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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