Html Css Color HEX #421151 Scarlet Gum

📋 copy color: '#421151'

red 66 ◦ green 17 ◦ blue 81

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

Shades of Scarlet Gum #421151

Tints of Scarlet Gum #421151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 40.24%
G = 10.37%
B = 49.39%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421151 (or 0x421151) is known color: Scarlet Gum. HEX triplet: 42, 11 and 51. RGB value is (66,17,81). Sum of RGB (Red+Green+Blue) = 66+17+81=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #421151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421151 is #BDEEAE. Grayscale: #262626. Windows color (decimal): -12447407 or 5312834. OLE color: 5312834.

HSL color Cylindrical-coordinate representation of color #421151: hue angle of 285.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421151 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 17 81 -
CMYK 0.19 0.79 0 0.68
HSL 285.94º 0.65% 0.19% -
HSV(B) 285.94º 0.79% 0.32% -
XYZ 3.93 2.15 7.99 -
YUV 38.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 66 17 81 0.19 0.79 0 0.68 285.94 0.65 0.19
Hex 42 11 51 13 4F 0 44 11E 41 13
Octal 102 21 121 23 117 0 104 436 101 23
Binary 1000010 10001 1010001 10011 1001111 0 1000100 100011110 1000001 10011

Color Harmonies of #421151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421151

Black with #421151

Text Example


Text Example

White with #421151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421151; }

 p { color: rgb(66,17,81); }

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

background-color css

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

 a { background-color: rgb(66,17,81); }

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

border-color css

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

 span { border-color: rgb(66,17,81); }

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