Html Css Color HEX #422350 Scarlet Gum

📋 copy color: '#422350'

red 66 ◦ green 35 ◦ blue 80

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

Shades of Scarlet Gum #422350

Tints of Scarlet Gum #422350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

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

R = 36.46%
G = 19.34%
B = 44.2%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#422350 (or 0x422350) is known color: Scarlet Gum. HEX triplet: 42, 23 and 50. RGB value is (66,35,80). Sum of RGB (Red+Green+Blue) = 66+35+80=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #422350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422350 is #BDDCAF. Grayscale: #313131. Windows color (decimal): -12442800 or 5251906. OLE color: 5251906.

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

Color convert

RGB 66 35 80 -
CMYK 0.17 0.56 0 0.69
HSL 281.33º 0.39% 0.23% -
HSV(B) 281.33º 0.56% 0.31% -
XYZ 4.3 2.94 7.93 -
YUV 49.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 66 35 80 0.17 0.56 0 0.69 281.33 0.39 0.23
Hex 42 23 50 11 38 0 45 119 27 17
Octal 102 43 120 21 70 0 105 431 47 27
Binary 1000010 100011 1010000 10001 111000 0 1000101 100011001 100111 10111

Color Harmonies of #422350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422350

Black with #422350

Text Example


Text Example

White with #422350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422350; }

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

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

background-color css

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

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

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

border-color css

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

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

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