Html Css Color HEX #442453 Scarlet Gum

📋 copy color: '#442453'

red 68 ◦ green 36 ◦ blue 83

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

Shades of Scarlet Gum #442453

Tints of Scarlet Gum #442453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

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

R = 36.36%
G = 19.25%
B = 44.39%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442453 (or 0x442453) is known color: Scarlet Gum. HEX triplet: 44, 24 and 53. RGB value is (68,36,83). Sum of RGB (Red+Green+Blue) = 68+36+83=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #442453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442453 is #BBDBAC. Grayscale: #323232. Windows color (decimal): -12311469 or 5448772. OLE color: 5448772.

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

Color convert

RGB 68 36 83 -
CMYK 0.18 0.57 0 0.67
HSL 280.85º 0.39% 0.23% -
HSV(B) 280.85º 0.57% 0.33% -
XYZ 4.58 3.12 8.54 -
YUV 50.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 68 36 83 0.18 0.57 0 0.67 280.85 0.39 0.23
Hex 44 24 53 12 39 0 43 119 27 17
Octal 104 44 123 22 71 0 103 431 47 27
Binary 1000100 100100 1010011 10010 111001 0 1000011 100011001 100111 10111

Color Harmonies of #442453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442453

Black with #442453

Text Example


Text Example

White with #442453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442453; }

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

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

background-color css

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

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

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

border-color css

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

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

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