Html Css Color HEX #401452 Scarlet Gum

📋 copy color: '#401452'

red 64 ◦ green 20 ◦ blue 82

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

Shades of Scarlet Gum #401452

Tints of Scarlet Gum #401452

RGB

 RED value IS 64 (25.39% from 255) = 38.55%

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

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

R = 38.55%
G = 12.05%
B = 49.4%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401452 (or 0x401452) is known color: Scarlet Gum. HEX triplet: 40, 14 and 52. RGB value is (64,20,82). Sum of RGB (Red+Green+Blue) = 64+20+82=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #401452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401452 is #BFEBAD. Grayscale: #282828. Windows color (decimal): -12577710 or 5379136. OLE color: 5379136.

HSL color Cylindrical-coordinate representation of color #401452: hue angle of 282.58º 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 #401452 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 20 82 -
CMYK 0.22 0.76 0 0.68
HSL 282.58º 0.61% 0.2% -
HSV(B) 282.58º 0.76% 0.32% -
XYZ 3.89 2.2 8.2 -
YUV 40.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 64 20 82 0.22 0.76 0 0.68 282.58 0.61 0.2
Hex 40 14 52 16 4C 0 44 11B 3D 14
Octal 100 24 122 26 114 0 104 433 75 24
Binary 1000000 10100 1010010 10110 1001100 0 1000100 100011011 111101 10100

Color Harmonies of #401452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401452

Black with #401452

Text Example


Text Example

White with #401452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401452; }

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

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

background-color css

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

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

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

border-color css

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

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

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