Html Css Color HEX #431150 Scarlet Gum

📋 copy color: '#431150'

red 67 ◦ green 17 ◦ blue 80

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

Shades of Scarlet Gum #431150

Tints of Scarlet Gum #431150

RGB

 RED value IS 67 (26.56% from 255) = 40.85%

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 40.85%
G = 10.37%
B = 48.78%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#431150 (or 0x431150) is known color: Scarlet Gum. HEX triplet: 43, 11 and 50. RGB value is (67,17,80). Sum of RGB (Red+Green+Blue) = 67+17+80=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #431150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431150 is #BCEEAF. Grayscale: #262626. Windows color (decimal): -12381872 or 5247299. OLE color: 5247299.

HSL color Cylindrical-coordinate representation of color #431150: hue angle of 287.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431150 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 17 80 -
CMYK 0.16 0.79 0 0.69
HSL 287.62º 0.65% 0.19% -
HSV(B) 287.62º 0.79% 0.31% -
XYZ 3.96 2.17 7.8 -
YUV 39.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 67 17 80 0.16 0.79 0 0.69 287.62 0.65 0.19
Hex 43 11 50 10 4F 0 45 120 41 13
Octal 103 21 120 20 117 0 105 440 101 23
Binary 1000011 10001 1010000 10000 1001111 0 1000101 100100000 1000001 10011

Color Harmonies of #431150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431150

Black with #431150

Text Example


Text Example

White with #431150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431150; }

 p { color: rgb(67,17,80); }

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

background-color css

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

 a { background-color: rgb(67,17,80); }

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

border-color css

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

 span { border-color: rgb(67,17,80); }

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