#431D2D

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

Shades of Castro #431D2D

Tints of Castro #431D2D

Color information

#431D2D (or 0x431D2D) is unknown color: approx Castro. HEX triplet: 43, 1D and 2D. RGB value is (67,29,45). Sum of RGB (Red+Green+Blue) = 67+29+45=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D2D is #BCE2D2. Grayscale: #2A2A2A. Windows color (decimal): -12378835 or 2956611. OLE color: 2956611.

HSL color Cylindrical-coordinate representation of color #431D2D: hue angle of 334.74º 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 #431D2D is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB672945-
CMYK00.570.330.74
HSL334.74º39.58%18.82%-
HSV(B)334.74º56.72%26.27%-
XYZ3.232.262.75-
YUV42.19129.59145.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=47.52%
G=20.57%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67294500.570.330.74334.7439.5818.82
Hex431D2D039214A14f2813
Octal1033555071411125175023
Binary1000011111011011010111001100001100101010100111110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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