Html Css Color HEX #461752 Scarlet Gum

📋 copy color: '#461752'

red 70 ◦ green 23 ◦ blue 82

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

Shades of Scarlet Gum #461752

Tints of Scarlet Gum #461752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 40%
G = 13.14%
B = 46.86%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#461752 (or 0x461752) is known color: Scarlet Gum. HEX triplet: 46, 17 and 52. RGB value is (70,23,82). Sum of RGB (Red+Green+Blue) = 70+23+82=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #461752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461752 is #B9E8AD. Grayscale: #2B2B2B. Windows color (decimal): -12183726 or 5379910. OLE color: 5379910.

HSL color Cylindrical-coordinate representation of color #461752: hue angle of 287.8º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #461752 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 23 82 -
CMYK 0.15 0.72 0 0.68
HSL 287.8º 0.56% 0.21% -
HSV(B) 287.8º 0.72% 0.32% -
XYZ 4.36 2.52 8.24 -
YUV 43.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 70 23 82 0.15 0.72 0 0.68 287.8 0.56 0.21
Hex 46 17 52 F 48 0 44 120 38 15
Octal 106 27 122 17 110 0 104 440 70 25
Binary 1000110 10111 1010010 1111 1001000 0 1000100 100100000 111000 10101

Color Harmonies of #461752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461752

Black with #461752

Text Example


Text Example

White with #461752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461752; }

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

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

background-color css

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

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

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

border-color css

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

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

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