#431C2A

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

Shades of Castro #431C2A

Tints of Castro #431C2A

Color information

#431C2A (or 0x431C2A) is unknown color: approx Castro. HEX triplet: 43, 1C and 2A. RGB value is (67,28,42). Sum of RGB (Red+Green+Blue) = 67+28+42=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #431C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C2A is #BCE3D5. Grayscale: #292929. Windows color (decimal): -12379094 or 2759747. OLE color: 2759747.

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

Color convert

RGB672842-
CMYK00.580.370.74
HSL338.46º41.05%18.63%-
HSV(B)338.46º58.21%26.27%-
XYZ3.152.192.45-
YUV41.26128.42146.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.91%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=48.91%
G=20.44%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67284200.580.370.74338.4641.0518.63
Hex431C2A03A254A1522913
Octal1033452072451125225123
Binary1000011111001010100111010100101100101010101001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,28,42); }

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

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

 a { background-color: rgb(67,28,42); }

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

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

 span { border-color: rgb(67,28,42); }

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