Html Css Color HEX #421452 Scarlet Gum

📋 copy color: '#421452'

red 66 ◦ green 20 ◦ blue 82

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

Shades of Scarlet Gum #421452

Tints of Scarlet Gum #421452

RGB

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

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

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

R = 39.29%
G = 11.9%
B = 48.81%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421452 (or 0x421452) is known color: Scarlet Gum. HEX triplet: 42, 14 and 52. RGB value is (66,20,82). Sum of RGB (Red+Green+Blue) = 66+20+82=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #421452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421452 is #BDEBAD. Grayscale: #282828. Windows color (decimal): -12446638 or 5379138. OLE color: 5379138.

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

Color convert

RGB 66 20 82 -
CMYK 0.20 0.76 0 0.68
HSL 284.52º 0.61% 0.2% -
HSV(B) 284.52º 0.76% 0.32% -
XYZ 4.02 2.27 8.21 -
YUV 40.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 66 20 82 0.20 0.76 0 0.68 284.52 0.61 0.2
Hex 42 14 52 14 4C 0 44 11D 3D 14
Octal 102 24 122 24 114 0 104 435 75 24
Binary 1000010 10100 1010010 10100 1001100 0 1000100 100011101 111101 10100

Color Harmonies of #421452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421452

Black with #421452

Text Example


Text Example

White with #421452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421452; }

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

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

background-color css

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

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

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

border-color css

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

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

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