Html Css Color HEX #421351 Scarlet Gum

📋 copy color: '#421351'

red 66 ◦ green 19 ◦ blue 81

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

Shades of Scarlet Gum #421351

Tints of Scarlet Gum #421351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 39.76%
G = 11.45%
B = 48.8%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421351 (or 0x421351) is known color: Scarlet Gum. HEX triplet: 42, 13 and 51. RGB value is (66,19,81). Sum of RGB (Red+Green+Blue) = 66+19+81=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #421351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421351 is #BDECAE. Grayscale: #272727. Windows color (decimal): -12446895 or 5313346. OLE color: 5313346.

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

Color convert

RGB 66 19 81 -
CMYK 0.19 0.77 0 0.68
HSL 285.48º 0.62% 0.2% -
HSV(B) 285.48º 0.77% 0.32% -
XYZ 3.96 2.22 8 -
YUV 40.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 66 19 81 0.19 0.77 0 0.68 285.48 0.62 0.2
Hex 42 13 51 13 4D 0 44 11D 3E 14
Octal 102 23 121 23 115 0 104 435 76 24
Binary 1000010 10011 1010001 10011 1001101 0 1000100 100011101 111110 10100

Color Harmonies of #421351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421351

Black with #421351

Text Example


Text Example

White with #421351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421351; }

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

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

background-color css

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

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

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

border-color css

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

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

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