Html Css Color HEX #431250 Scarlet Gum

📋 copy color: '#431250'

red 67 ◦ green 18 ◦ blue 80

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

Shades of Scarlet Gum #431250

Tints of Scarlet Gum #431250

RGB

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

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

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

R = 40.61%
G = 10.91%
B = 48.48%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#431250 (or 0x431250) is known color: Scarlet Gum. HEX triplet: 43, 12 and 50. RGB value is (67,18,80). Sum of RGB (Red+Green+Blue) = 67+18+80=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #431250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431250 is #BCEDAF. Grayscale: #272727. Windows color (decimal): -12381616 or 5247555. OLE color: 5247555.

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

Color convert

RGB 67 18 80 -
CMYK 0.16 0.78 0 0.69
HSL 287.42º 0.63% 0.19% -
HSV(B) 287.42º 0.78% 0.31% -
XYZ 3.98 2.21 7.81 -
YUV 39.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 67 18 80 0.16 0.78 0 0.69 287.42 0.63 0.19
Hex 43 12 50 10 4E 0 45 11F 3F 13
Octal 103 22 120 20 116 0 105 437 77 23
Binary 1000011 10010 1010000 10000 1001110 0 1000101 100011111 111111 10011

Color Harmonies of #431250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431250

Black with #431250

Text Example


Text Example

White with #431250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431250; }

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

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

background-color css

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

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

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

border-color css

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

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

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