#431928

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

Shades of Castro #431928

Tints of Castro #431928

Color information

#431928 (or 0x431928) is unknown color: approx Castro. HEX triplet: 43, 19 and 28. RGB value is (67,25,40). Sum of RGB (Red+Green+Blue) = 67+25+40=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #431928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431928 is #BCE6D7. Grayscale: #272727. Windows color (decimal): -12379864 or 2627907. OLE color: 2627907.

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

Color convert

RGB672540-
CMYK00.630.400.74
HSL338.57º45.65%18.04%-
HSV(B)338.57º62.69%26.27%-
XYZ3.052.042.24-
YUV39.27128.41147.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=50.76%
G=18.94%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67254000.630.400.74338.5745.6518.04
Hex43192803F284A1532e12
Octal1033150077501125235622
Binary1000011110011010000111111101000100101010101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431928; }

 p { color: rgb(67,25,40); }

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

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

 a { background-color: rgb(67,25,40); }

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

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

 span { border-color: rgb(67,25,40); }

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