Html Css Color HEX #431450 Scarlet Gum

📋 copy color: '#431450'

red 67 ◦ green 20 ◦ blue 80

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

Shades of Scarlet Gum #431450

Tints of Scarlet Gum #431450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

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

R = 40.12%
G = 11.98%
B = 47.9%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#431450 (or 0x431450) is known color: Scarlet Gum. HEX triplet: 43, 14 and 50. RGB value is (67,20,80). Sum of RGB (Red+Green+Blue) = 67+20+80=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #431450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431450 is #BCEBAF. Grayscale: #282828. Windows color (decimal): -12381104 or 5248067. OLE color: 5248067.

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

Color convert

RGB 67 20 80 -
CMYK 0.16 0.75 0 0.69
HSL 287º 0.6% 0.2% -
HSV(B) 287º 0.75% 0.31% -
XYZ 4.01 2.27 7.82 -
YUV 40.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 67 20 80 0.16 0.75 0 0.69 287 0.6 0.2
Hex 43 14 50 10 4B 0 45 11F 3C 14
Octal 103 24 120 20 113 0 105 437 74 24
Binary 1000011 10100 1010000 10000 1001011 0 1000101 100011111 111100 10100

Color Harmonies of #431450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431450

Black with #431450

Text Example


Text Example

White with #431450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431450; }

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

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

background-color css

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

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

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

border-color css

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

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

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