Html Css Color HEX #421652 Scarlet Gum

📋 copy color: '#421652'

red 66 ◦ green 22 ◦ blue 82

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

Shades of Scarlet Gum #421652

Tints of Scarlet Gum #421652

RGB

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

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

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

R = 38.82%
G = 12.94%
B = 48.24%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421652 (or 0x421652) is known color: Scarlet Gum. HEX triplet: 42, 16 and 52. RGB value is (66,22,82). Sum of RGB (Red+Green+Blue) = 66+22+82=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #421652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421652 is #BDE9AD. Grayscale: #292929. Windows color (decimal): -12446126 or 5379650. OLE color: 5379650.

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

Color convert

RGB 66 22 82 -
CMYK 0.20 0.73 0 0.68
HSL 284º 0.58% 0.2% -
HSV(B) 284º 0.73% 0.32% -
XYZ 4.06 2.34 8.22 -
YUV 42 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 66 22 82 0.20 0.73 0 0.68 284 0.58 0.2
Hex 42 16 52 14 49 0 44 11C 3A 14
Octal 102 26 122 24 111 0 104 434 72 24
Binary 1000010 10110 1010010 10100 1001001 0 1000100 100011100 111010 10100

Color Harmonies of #421652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421652

Black with #421652

Text Example


Text Example

White with #421652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421652; }

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

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

background-color css

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

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

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

border-color css

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

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

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