#431626

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

Shades of Castro #431626

Tints of Castro #431626

Color information

#431626 (or 0x431626) is unknown color: approx Castro. HEX triplet: 43, 16 and 26. RGB value is (67,22,38). Sum of RGB (Red+Green+Blue) = 67+22+38=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431626 is #BCE9D9. Grayscale: #252525. Windows color (decimal): -12380634 or 2496067. OLE color: 2496067.

HSL color Cylindrical-coordinate representation of color #431626: hue angle of 338.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431626 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.74.

Color convert

RGB672238-
CMYK00.670.430.74
HSL338.67º50.56%17.45%-
HSV(B)338.67º67.16%26.27%-
XYZ2.951.912.05-
YUV37.28128.41149.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=52.76%
G=17.32%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67223800.670.430.74338.6750.5617.45
Hex4316260432B4A1533311
Octal10326460103531125236321
Binary10000111011010011001000011101011100101010101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431626; }

 p { color: rgb(67,22,38); }

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

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

 a { background-color: rgb(67,22,38); }

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

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

 span { border-color: rgb(67,22,38); }

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