Html Css Color HEX #422452 Scarlet Gum

📋 copy color: '#422452'

red 66 ◦ green 36 ◦ blue 82

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

Shades of Scarlet Gum #422452

Tints of Scarlet Gum #422452

RGB

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

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

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

R = 35.87%
G = 19.57%
B = 44.57%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422452 (or 0x422452) is known color: Scarlet Gum. HEX triplet: 42, 24 and 52. RGB value is (66,36,82). Sum of RGB (Red+Green+Blue) = 66+36+82=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #422452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422452 is #BDDBAD. Grayscale: #323232. Windows color (decimal): -12442542 or 5383234. OLE color: 5383234.

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

Color convert

RGB 66 36 82 -
CMYK 0.20 0.56 0 0.68
HSL 279.13º 0.39% 0.23% -
HSV(B) 279.13º 0.56% 0.32% -
XYZ 4.4 3.03 8.34 -
YUV 50.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 66 36 82 0.20 0.56 0 0.68 279.13 0.39 0.23
Hex 42 24 52 14 38 0 44 117 27 17
Octal 102 44 122 24 70 0 104 427 47 27
Binary 1000010 100100 1010010 10100 111000 0 1000100 100010111 100111 10111

Color Harmonies of #422452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422452

Black with #422452

Text Example


Text Example

White with #422452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422452; }

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

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

background-color css

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

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

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

border-color css

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

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

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