Html Css Color HEX #421053 Scarlet Gum

📋 copy color: '#421053'

red 66 ◦ green 16 ◦ blue 83

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

Shades of Scarlet Gum #421053

Tints of Scarlet Gum #421053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 40%
G = 9.7%
B = 50.3%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421053 (or 0x421053) is known color: Scarlet Gum. HEX triplet: 42, 10 and 53. RGB value is (66,16,83). Sum of RGB (Red+Green+Blue) = 66+16+83=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #421053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421053 is #BDEFAC. Grayscale: #262626. Windows color (decimal): -12447661 or 5443650. OLE color: 5443650.

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

Color convert

RGB 66 16 83 -
CMYK 0.20 0.81 0 0.67
HSL 284.78º 0.68% 0.19% -
HSV(B) 284.78º 0.81% 0.33% -
XYZ 3.99 2.15 8.39 -
YUV 38.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 66 16 83 0.20 0.81 0 0.67 284.78 0.68 0.19
Hex 42 10 53 14 51 0 43 11D 44 13
Octal 102 20 123 24 121 0 103 435 104 23
Binary 1000010 10000 1010011 10100 1010001 0 1000011 100011101 1000100 10011

Color Harmonies of #421053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421053

Black with #421053

Text Example


Text Example

White with #421053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421053; }

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

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

background-color css

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

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

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

border-color css

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

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

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