#451526

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

Shades of Castro #451526

Tints of Castro #451526

Color information

#451526 (or 0x451526) is unknown color: approx Castro. HEX triplet: 45, 15 and 26. RGB value is (69,21,38). Sum of RGB (Red+Green+Blue) = 69+21+38=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451526 is #BAEAD9. Grayscale: #252525. Windows color (decimal): -12249818 or 2495813. OLE color: 2495813.

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

Color convert

RGB692138-
CMYK00.700.450.73
HSL338.75º53.33%17.65%-
HSV(B)338.75º69.57%27.06%-
XYZ3.071.942.05-
YUV37.29128.4150.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=53.91%
G=16.41%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69213800.700.450.73338.7553.3317.65
Hex4515260462D491533512
Octal10525460106551115236522
Binary10001011010110011001000110101101100100110101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451526; }

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

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

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

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

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

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

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

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