Html Css Color HEX #431350 Scarlet Gum

📋 copy color: '#431350'

red 67 ◦ green 19 ◦ blue 80

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

Shades of Scarlet Gum #431350

Tints of Scarlet Gum #431350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 40.36%
G = 11.45%
B = 48.19%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#431350 (or 0x431350) is known color: Scarlet Gum. HEX triplet: 43, 13 and 50. RGB value is (67,19,80). Sum of RGB (Red+Green+Blue) = 67+19+80=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #431350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431350 is #BCECAF. Grayscale: #282828. Windows color (decimal): -12381360 or 5247811. OLE color: 5247811.

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

Color convert

RGB 67 19 80 -
CMYK 0.16 0.76 0 0.69
HSL 287.21º 0.62% 0.19% -
HSV(B) 287.21º 0.76% 0.31% -
XYZ 4 2.24 7.81 -
YUV 40.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 67 19 80 0.16 0.76 0 0.69 287.21 0.62 0.19
Hex 43 13 50 10 4C 0 45 11F 3E 13
Octal 103 23 120 20 114 0 105 437 76 23
Binary 1000011 10011 1010000 10000 1001100 0 1000101 100011111 111110 10011

Color Harmonies of #431350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431350

Black with #431350

Text Example


Text Example

White with #431350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431350; }

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

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

background-color css

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

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

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

border-color css

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

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

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