Html Css Color HEX #461F53 Scarlet Gum

📋 copy color: '#461F53'

red 70 ◦ green 31 ◦ blue 83

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

Shades of Scarlet Gum #461F53

Tints of Scarlet Gum #461F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.85%

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

R = 38.04%
G = 16.85%
B = 45.11%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461F53 (or 0x461F53) is known color: Scarlet Gum. HEX triplet: 46, 1F and 53. RGB value is (70,31,83). Sum of RGB (Red+Green+Blue) = 70+31+83=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #461F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F53 is #B9E0AC. Grayscale: #303030. Windows color (decimal): -12181677 or 5447494. OLE color: 5447494.

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

Color convert

RGB 70 31 83 -
CMYK 0.16 0.63 0 0.67
HSL 285º 0.46% 0.22% -
HSV(B) 285º 0.63% 0.33% -
XYZ 4.58 2.91 8.5 -
YUV 48.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 70 31 83 0.16 0.63 0 0.67 285 0.46 0.22
Hex 46 1F 53 10 3F 0 43 11D 2E 16
Octal 106 37 123 20 77 0 103 435 56 26
Binary 1000110 11111 1010011 10000 111111 0 1000011 100011101 101110 10110

Color Harmonies of #461F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F53

Black with #461F53

Text Example


Text Example

White with #461F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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