Html Css Color HEX #422552 Scarlet Gum

📋 copy color: '#422552'

red 66 ◦ green 37 ◦ blue 82

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

Shades of Scarlet Gum #422552

Tints of Scarlet Gum #422552

RGB

 RED value IS 66 (26.17% from 255) = 35.68%

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 35.68%
G = 20%
B = 44.32%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422552 (or 0x422552) is known color: Scarlet Gum. HEX triplet: 42, 25 and 52. RGB value is (66,37,82). Sum of RGB (Red+Green+Blue) = 66+37+82=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #422552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422552 is #BDDAAD. Grayscale: #323232. Windows color (decimal): -12442286 or 5383490. OLE color: 5383490.

HSL color Cylindrical-coordinate representation of color #422552: hue angle of 278.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422552 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 37 82 -
CMYK 0.20 0.55 0 0.68
HSL 278.67º 0.38% 0.23% -
HSV(B) 278.67º 0.55% 0.32% -
XYZ 4.43 3.09 8.35 -
YUV 50.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 66 37 82 0.20 0.55 0 0.68 278.67 0.38 0.23
Hex 42 25 52 14 37 0 44 117 26 17
Octal 102 45 122 24 67 0 104 427 46 27
Binary 1000010 100101 1010010 10100 110111 0 1000100 100010111 100110 10111

Color Harmonies of #422552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422552

Black with #422552

Text Example


Text Example

White with #422552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422552; }

 p { color: rgb(66,37,82); }

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

background-color css

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

 a { background-color: rgb(66,37,82); }

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

border-color css

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

 span { border-color: rgb(66,37,82); }

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