Html Css Color HEX #461D53 Scarlet Gum

📋 copy color: '#461D53'

red 70 ◦ green 29 ◦ blue 83

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

Shades of Scarlet Gum #461D53

Tints of Scarlet Gum #461D53

RGB

 RED value IS 70 (27.73% from 255) = 38.46%

 GREEN value IS 29 (11.72% from 255) = 15.93%

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

R = 38.46%
G = 15.93%
B = 45.6%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461D53 (or 0x461D53) is known color: Scarlet Gum. HEX triplet: 46, 1D and 53. RGB value is (70,29,83). Sum of RGB (Red+Green+Blue) = 70+29+83=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #461D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D53 is #B9E2AC. Grayscale: #2F2F2F. Windows color (decimal): -12182189 or 5446982. OLE color: 5446982.

HSL color Cylindrical-coordinate representation of color #461D53: hue angle of 285.56º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #461D53 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 29 83 -
CMYK 0.16 0.65 0 0.67
HSL 285.56º 0.48% 0.22% -
HSV(B) 285.56º 0.65% 0.33% -
XYZ 4.53 2.81 8.49 -
YUV 47.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 70 29 83 0.16 0.65 0 0.67 285.56 0.48 0.22
Hex 46 1D 53 10 41 0 43 11E 30 16
Octal 106 35 123 20 101 0 103 436 60 26
Binary 1000110 11101 1010011 10000 1000001 0 1000011 100011110 110000 10110

Color Harmonies of #461D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D53

Black with #461D53

Text Example


Text Example

White with #461D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461D53; }

 p { color: rgb(70,29,83); }

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

background-color css

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

 a { background-color: rgb(70,29,83); }

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

border-color css

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

 span { border-color: rgb(70,29,83); }

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