#431D29

Color #431D29 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #431D29

Tints of Castro #431D29

Color information

#431D29 (or 0x431D29) is unknown color: approx Castro. HEX triplet: 43, 1D and 29. RGB value is (67,29,41). Sum of RGB (Red+Green+Blue) = 67+29+41=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #431D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D29 is #BCE2D6. Grayscale: #292929. Windows color (decimal): -12378839 or 2694467. OLE color: 2694467.

HSL color Cylindrical-coordinate representation of color #431D29: hue angle of 341.05º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D29 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB672941-
CMYK00.570.390.74
HSL341.05º39.58%18.82%-
HSV(B)341.05º56.72%26.27%-
XYZ3.152.232.36-
YUV41.73127.59146.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.91%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=48.91%
G=21.17%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67294100.570.390.74341.0539.5818.82
Hex431D29039274A1552813
Octal1033551071471125255023
Binary1000011111011010010111001100111100101010101010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D29; }

 p { color: rgb(67,29,41); }

 H1.HeaderClassName
 {
   color: #431D29;
 }
 .AnyTagClassName
 {
   color: #431D29;
 }
</style>
background-color css

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

 a { background-color: rgb(67,29,41); }

 div.DivClassName
 {
   background-color: #431D29;
 }
 .BgClassName
 {
   background-color: #431D29;
 }
</style>
border-color css

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

 span { border-color: rgb(67,29,41); }

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