Html Css Color HEX #432431 Castro

📋 copy color: '#432431'

red 67 ◦ green 36 ◦ blue 49

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

Shades of Castro #432431

Tints of Castro #432431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

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

R = 44.08%
G = 23.68%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#432431 (or 0x432431) is known color: Castro. HEX triplet: 43, 24 and 31. RGB value is (67,36,49). Sum of RGB (Red+Green+Blue) = 67+36+49=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #432431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432431 is #BCDBCE. Grayscale: #2E2E2E. Windows color (decimal): -12377039 or 3220547. OLE color: 3220547.

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

Color convert

RGB 67 36 49 -
CMYK 0 0.46 0.27 0.74
HSL 334.84º 0.3% 0.2% -
HSV(B) 334.84º 0.46% 0.26% -
XYZ 3.5 2.68 3.24 -
YUV 46.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 67 36 49 0 0.46 0.27 0.74 334.84 0.3 0.2
Hex 43 24 31 0 2E 1B 4A 14F 1E 14
Octal 103 44 61 0 56 33 112 517 36 24
Binary 1000011 100100 110001 0 101110 11011 1001010 101001111 11110 10100

Color Harmonies of #432431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432431

Black with #432431

Text Example


Text Example

White with #432431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432431; }

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

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

background-color css

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

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

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

border-color css

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

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

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