Html Css Color HEX #421453 Scarlet Gum

📋 copy color: '#421453'

red 66 ◦ green 20 ◦ blue 83

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

Shades of Scarlet Gum #421453

Tints of Scarlet Gum #421453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.83%

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

R = 39.05%
G = 11.83%
B = 49.11%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421453 (or 0x421453) is known color: Scarlet Gum. HEX triplet: 42, 14 and 53. RGB value is (66,20,83). Sum of RGB (Red+Green+Blue) = 66+20+83=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #421453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421453 is #BDEBAC. Grayscale: #282828. Windows color (decimal): -12446637 or 5444674. OLE color: 5444674.

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

Color convert

RGB 66 20 83 -
CMYK 0.20 0.76 0 0.67
HSL 283.81º 0.61% 0.2% -
HSV(B) 283.81º 0.76% 0.33% -
XYZ 4.06 2.28 8.41 -
YUV 40.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 66 20 83 0.20 0.76 0 0.67 283.81 0.61 0.2
Hex 42 14 53 14 4C 0 43 11C 3D 14
Octal 102 24 123 24 114 0 103 434 75 24
Binary 1000010 10100 1010011 10100 1001100 0 1000011 100011100 111101 10100

Color Harmonies of #421453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421453

Black with #421453

Text Example


Text Example

White with #421453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421453; }

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

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

background-color css

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

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

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

border-color css

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

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

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