Html Css Color HEX #421653 Scarlet Gum

📋 copy color: '#421653'

red 66 ◦ green 22 ◦ blue 83

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

Shades of Scarlet Gum #421653

Tints of Scarlet Gum #421653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 38.6%
G = 12.87%
B = 48.54%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421653 (or 0x421653) is known color: Scarlet Gum. HEX triplet: 42, 16 and 53. RGB value is (66,22,83). Sum of RGB (Red+Green+Blue) = 66+22+83=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #421653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421653 is #BDE9AC. Grayscale: #292929. Windows color (decimal): -12446125 or 5445186. OLE color: 5445186.

HSL color Cylindrical-coordinate representation of color #421653: hue angle of 283.28º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421653 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 22 83 -
CMYK 0.20 0.73 0 0.67
HSL 283.28º 0.58% 0.21% -
HSV(B) 283.28º 0.73% 0.33% -
XYZ 4.1 2.36 8.42 -
YUV 42.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 66 22 83 0.20 0.73 0 0.67 283.28 0.58 0.21
Hex 42 16 53 14 49 0 43 11B 3A 15
Octal 102 26 123 24 111 0 103 433 72 25
Binary 1000010 10110 1010011 10100 1001001 0 1000011 100011011 111010 10101

Color Harmonies of #421653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421653

Black with #421653

Text Example


Text Example

White with #421653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421653; }

 p { color: rgb(66,22,83); }

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

background-color css

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

 a { background-color: rgb(66,22,83); }

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

border-color css

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

 span { border-color: rgb(66,22,83); }

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