Html Css Color HEX #442752 Scarlet Gum

📋 copy color: '#442752'

red 68 ◦ green 39 ◦ blue 82

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

Shades of Scarlet Gum #442752

Tints of Scarlet Gum #442752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 35.98%
G = 20.63%
B = 43.39%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442752 (or 0x442752) is known color: Scarlet Gum. HEX triplet: 44, 27 and 52. RGB value is (68,39,82). Sum of RGB (Red+Green+Blue) = 68+39+82=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #442752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442752 is #BBD8AD. Grayscale: #343434. Windows color (decimal): -12310702 or 5384004. OLE color: 5384004.

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

Color convert

RGB 68 39 82 -
CMYK 0.17 0.52 0 0.68
HSL 280.47º 0.36% 0.24% -
HSV(B) 280.47º 0.52% 0.32% -
XYZ 4.63 3.29 8.37 -
YUV 52.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 68 39 82 0.17 0.52 0 0.68 280.47 0.36 0.24
Hex 44 27 52 11 34 0 44 118 24 18
Octal 104 47 122 21 64 0 104 430 44 30
Binary 1000100 100111 1010010 10001 110100 0 1000100 100011000 100100 11000

Color Harmonies of #442752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442752

Black with #442752

Text Example


Text Example

White with #442752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442752; }

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

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

background-color css

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

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

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

border-color css

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

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

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