#451626

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

Shades of Castro #451626

Tints of Castro #451626

Color information

#451626 (or 0x451626) is unknown color: approx Castro. HEX triplet: 45, 16 and 26. RGB value is (69,22,38). Sum of RGB (Red+Green+Blue) = 69+22+38=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #451626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451626 is #BAE9D9. Grayscale: #252525. Windows color (decimal): -12249562 or 2496069. OLE color: 2496069.

HSL color Cylindrical-coordinate representation of color #451626: hue angle of 339.57º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451626 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB692238-
CMYK00.680.450.73
HSL339.57º51.65%17.84%-
HSV(B)339.57º68.12%27.06%-
XYZ3.091.982.05-
YUV37.88128.07150.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=53.49%
G=17.05%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69223800.680.450.73339.5751.6517.84
Hex4516260442D491543412
Octal10526460104551115246422
Binary10001011011010011001000100101101100100110101010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451626; }

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

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

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

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

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

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

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

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