Html Css Color HEX #422250 Scarlet Gum

📋 copy color: '#422250'

red 66 ◦ green 34 ◦ blue 80

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

Shades of Scarlet Gum #422250

Tints of Scarlet Gum #422250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 36.67%
G = 18.89%
B = 44.44%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#422250 (or 0x422250) is known color: Scarlet Gum. HEX triplet: 42, 22 and 50. RGB value is (66,34,80). Sum of RGB (Red+Green+Blue) = 66+34+80=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #422250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422250 is #BDDDAF. Grayscale: #303030. Windows color (decimal): -12443056 or 5251650. OLE color: 5251650.

HSL color Cylindrical-coordinate representation of color #422250: hue angle of 281.74º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422250 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 34 80 -
CMYK 0.17 0.58 0 0.69
HSL 281.74º 0.4% 0.22% -
HSV(B) 281.74º 0.58% 0.31% -
XYZ 4.27 2.88 7.92 -
YUV 48.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 66 34 80 0.17 0.58 0 0.69 281.74 0.4 0.22
Hex 42 22 50 11 3A 0 45 11A 28 16
Octal 102 42 120 21 72 0 105 432 50 26
Binary 1000010 100010 1010000 10001 111010 0 1000101 100011010 101000 10110

Color Harmonies of #422250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422250

Black with #422250

Text Example


Text Example

White with #422250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422250; }

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

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

background-color css

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

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

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

border-color css

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

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

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