Html Css Color HEX #432531 Castro

📋 copy color: '#432531'

red 67 ◦ green 37 ◦ blue 49

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

Shades of Castro #432531

Tints of Castro #432531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 43.79%
G = 24.18%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#432531 (or 0x432531) is known color: Castro. HEX triplet: 43, 25 and 31. RGB value is (67,37,49). Sum of RGB (Red+Green+Blue) = 67+37+49=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #432531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432531 is #BCDACE. Grayscale: #2F2F2F. Windows color (decimal): -12376783 or 3220803. OLE color: 3220803.

HSL color Cylindrical-coordinate representation of color #432531: hue angle of 336º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #432531 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 37 49 -
CMYK 0 0.45 0.27 0.74
HSL 336º 0.29% 0.2% -
HSV(B) 336º 0.45% 0.26% -
XYZ 3.53 2.74 3.25 -
YUV 47.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 67 37 49 0 0.45 0.27 0.74 336 0.29 0.2
Hex 43 25 31 0 2D 1B 4A 150 1D 14
Octal 103 45 61 0 55 33 112 520 35 24
Binary 1000011 100101 110001 0 101101 11011 1001010 101010000 11101 10100

Color Harmonies of #432531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432531

Black with #432531

Text Example


Text Example

White with #432531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432531; }

 p { color: rgb(67,37,49); }

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

background-color css

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

 a { background-color: rgb(67,37,49); }

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

border-color css

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

 span { border-color: rgb(67,37,49); }

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