Html Css Color HEX #461255 Scarlet Gum

📋 copy color: '#461255'

red 70 ◦ green 18 ◦ blue 85

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

Shades of Scarlet Gum #461255

Tints of Scarlet Gum #461255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 40.46%
G = 10.4%
B = 49.13%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461255 (or 0x461255) is known color: Scarlet Gum. HEX triplet: 46, 12 and 55. RGB value is (70,18,85). Sum of RGB (Red+Green+Blue) = 70+18+85=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #461255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461255 is #B9EDAA. Grayscale: #282828. Windows color (decimal): -12185003 or 5575238. OLE color: 5575238.

HSL color Cylindrical-coordinate representation of color #461255: hue angle of 286.57º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461255 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 18 85 -
CMYK 0.18 0.79 0 0.67
HSL 286.57º 0.65% 0.2% -
HSV(B) 286.57º 0.79% 0.33% -
XYZ 4.38 2.39 8.82 -
YUV 41.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 70 18 85 0.18 0.79 0 0.67 286.57 0.65 0.2
Hex 46 12 55 12 4F 0 43 11F 41 14
Octal 106 22 125 22 117 0 103 437 101 24
Binary 1000110 10010 1010101 10010 1001111 0 1000011 100011111 1000001 10100

Color Harmonies of #461255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461255

Black with #461255

Text Example


Text Example

White with #461255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461255; }

 p { color: rgb(70,18,85); }

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

background-color css

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

 a { background-color: rgb(70,18,85); }

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

border-color css

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

 span { border-color: rgb(70,18,85); }

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