Html Css Color HEX #432255 Scarlet Gum

📋 copy color: '#432255'

red 67 ◦ green 34 ◦ blue 85

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

Shades of Scarlet Gum #432255

Tints of Scarlet Gum #432255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 85 (33.59% from 255) = 45.7%

R = 36.02%
G = 18.28%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#432255 (or 0x432255) is known color: Scarlet Gum. HEX triplet: 43, 22 and 55. RGB value is (67,34,85). Sum of RGB (Red+Green+Blue) = 67+34+85=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #432255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432255 is #BCDDAA. Grayscale: #313131. Windows color (decimal): -12377515 or 5579331. OLE color: 5579331.

HSL color Cylindrical-coordinate representation of color #432255: hue angle of 278.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #432255 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 34 85 -
CMYK 0.21 0.60 0 0.67
HSL 278.82º 0.43% 0.23% -
HSV(B) 278.82º 0.6% 0.33% -
XYZ 4.53 2.99 8.93 -
YUV 49.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 67 34 85 0.21 0.60 0 0.67 278.82 0.43 0.23
Hex 43 22 55 15 3C 0 43 117 2B 17
Octal 103 42 125 25 74 0 103 427 53 27
Binary 1000011 100010 1010101 10101 111100 0 1000011 100010111 101011 10111

Color Harmonies of #432255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432255

Black with #432255

Text Example


Text Example

White with #432255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432255; }

 p { color: rgb(67,34,85); }

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

background-color css

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

 a { background-color: rgb(67,34,85); }

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

border-color css

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

 span { border-color: rgb(67,34,85); }

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