Html Css Color HEX #431D50 Scarlet Gum

📋 copy color: '#431D50'

red 67 ◦ green 29 ◦ blue 80

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

Shades of Scarlet Gum #431D50

Tints of Scarlet Gum #431D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 38.07%
G = 16.48%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#431D50 (or 0x431D50) is known color: Scarlet Gum. HEX triplet: 43, 1D and 50. RGB value is (67,29,80). Sum of RGB (Red+Green+Blue) = 67+29+80=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #431D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D50 is #BCE2AF. Grayscale: #2E2E2E. Windows color (decimal): -12378800 or 5250371. OLE color: 5250371.

HSL color Cylindrical-coordinate representation of color #431D50: hue angle of 284.71º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431D50 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 29 80 -
CMYK 0.16 0.64 0 0.69
HSL 284.71º 0.47% 0.21% -
HSV(B) 284.71º 0.64% 0.31% -
XYZ 4.2 2.65 7.88 -
YUV 46.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 67 29 80 0.16 0.64 0 0.69 284.71 0.47 0.21
Hex 43 1D 50 10 40 0 45 11D 2F 15
Octal 103 35 120 20 100 0 105 435 57 25
Binary 1000011 11101 1010000 10000 1000000 0 1000101 100011101 101111 10101

Color Harmonies of #431D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D50

Black with #431D50

Text Example


Text Example

White with #431D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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