Html Css Color HEX #431053 Scarlet Gum

📋 copy color: '#431053'

red 67 ◦ green 16 ◦ blue 83

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

Shades of Scarlet Gum #431053

Tints of Scarlet Gum #431053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

 BLUE value IS 83 (32.81% from 255) = 50%

R = 40.36%
G = 9.64%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#431053 (or 0x431053) is known color: Scarlet Gum. HEX triplet: 43, 10 and 53. RGB value is (67,16,83). Sum of RGB (Red+Green+Blue) = 67+16+83=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #431053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431053 is #BCEFAC. Grayscale: #262626. Windows color (decimal): -12382125 or 5443651. OLE color: 5443651.

HSL color Cylindrical-coordinate representation of color #431053: hue angle of 285.67º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431053 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 16 83 -
CMYK 0.19 0.81 0 0.67
HSL 285.67º 0.68% 0.19% -
HSV(B) 285.67º 0.81% 0.33% -
XYZ 4.06 2.19 8.39 -
YUV 38.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 67 16 83 0.19 0.81 0 0.67 285.67 0.68 0.19
Hex 43 10 53 13 51 0 43 11E 44 13
Octal 103 20 123 23 121 0 103 436 104 23
Binary 1000011 10000 1010011 10011 1010001 0 1000011 100011110 1000100 10011

Color Harmonies of #431053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431053

Black with #431053

Text Example


Text Example

White with #431053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431053; }

 p { color: rgb(67,16,83); }

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

background-color css

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

 a { background-color: rgb(67,16,83); }

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

border-color css

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

 span { border-color: rgb(67,16,83); }

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