Html Css Color HEX #461F52 Scarlet Gum

📋 copy color: '#461F52'

red 70 ◦ green 31 ◦ blue 82

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

Shades of Scarlet Gum #461F52

Tints of Scarlet Gum #461F52

RGB

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

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

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

R = 38.25%
G = 16.94%
B = 44.81%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#461F52 (or 0x461F52) is known color: Scarlet Gum. HEX triplet: 46, 1F and 52. RGB value is (70,31,82). Sum of RGB (Red+Green+Blue) = 70+31+82=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #461F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F52 is #B9E0AD. Grayscale: #303030. Windows color (decimal): -12181678 or 5381958. OLE color: 5381958.

HSL color Cylindrical-coordinate representation of color #461F52: hue angle of 285.88º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #461F52 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 31 82 -
CMYK 0.15 0.62 0 0.68
HSL 285.88º 0.45% 0.22% -
HSV(B) 285.88º 0.62% 0.32% -
XYZ 4.54 2.89 8.3 -
YUV 48.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 70 31 82 0.15 0.62 0 0.68 285.88 0.45 0.22
Hex 46 1F 52 F 3E 0 44 11E 2D 16
Octal 106 37 122 17 76 0 104 436 55 26
Binary 1000110 11111 1010010 1111 111110 0 1000100 100011110 101101 10110

Color Harmonies of #461F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F52

Black with #461F52

Text Example


Text Example

White with #461F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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