Html Css Color HEX #431552 Scarlet Gum

📋 copy color: '#431552'

red 67 ◦ green 21 ◦ blue 82

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

Shades of Scarlet Gum #431552

Tints of Scarlet Gum #431552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 39.41%
G = 12.35%
B = 48.24%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#431552 (or 0x431552) is known color: Scarlet Gum. HEX triplet: 43, 15 and 52. RGB value is (67,21,82). Sum of RGB (Red+Green+Blue) = 67+21+82=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #431552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431552 is #BCEAAD. Grayscale: #292929. Windows color (decimal): -12380846 or 5379395. OLE color: 5379395.

HSL color Cylindrical-coordinate representation of color #431552: hue angle of 285.25º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431552 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 21 82 -
CMYK 0.18 0.74 0 0.68
HSL 285.25º 0.59% 0.2% -
HSV(B) 285.25º 0.74% 0.32% -
XYZ 4.11 2.34 8.22 -
YUV 41.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 67 21 82 0.18 0.74 0 0.68 285.25 0.59 0.2
Hex 43 15 52 12 4A 0 44 11D 3B 14
Octal 103 25 122 22 112 0 104 435 73 24
Binary 1000011 10101 1010010 10010 1001010 0 1000100 100011101 111011 10100

Color Harmonies of #431552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431552

Black with #431552

Text Example


Text Example

White with #431552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431552; }

 p { color: rgb(67,21,82); }

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

background-color css

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

 a { background-color: rgb(67,21,82); }

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

border-color css

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

 span { border-color: rgb(67,21,82); }

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