Html Css Color HEX #422252 Scarlet Gum

📋 copy color: '#422252'

red 66 ◦ green 34 ◦ blue 82

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

Shades of Scarlet Gum #422252

Tints of Scarlet Gum #422252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 36.26%
G = 18.68%
B = 45.05%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422252 (or 0x422252) is known color: Scarlet Gum. HEX triplet: 42, 22 and 52. RGB value is (66,34,82). Sum of RGB (Red+Green+Blue) = 66+34+82=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #422252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422252 is #BDDDAD. Grayscale: #303030. Windows color (decimal): -12443054 or 5382722. OLE color: 5382722.

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

Color convert

RGB 66 34 82 -
CMYK 0.20 0.59 0 0.68
HSL 280º 0.41% 0.23% -
HSV(B) 280º 0.59% 0.32% -
XYZ 4.34 2.91 8.32 -
YUV 49.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 66 34 82 0.20 0.59 0 0.68 280 0.41 0.23
Hex 42 22 52 14 3B 0 44 118 29 17
Octal 102 42 122 24 73 0 104 430 51 27
Binary 1000010 100010 1010010 10100 111011 0 1000100 100011000 101001 10111

Color Harmonies of #422252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422252

Black with #422252

Text Example


Text Example

White with #422252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422252; }

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

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

background-color css

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

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

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

border-color css

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

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

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