#451726

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

Shades of Castro #451726

Tints of Castro #451726

Color information

#451726 (or 0x451726) is unknown color: approx Castro. HEX triplet: 45, 17 and 26. RGB value is (69,23,38). Sum of RGB (Red+Green+Blue) = 69+23+38=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451726 is #BAE8D9. Grayscale: #262626. Windows color (decimal): -12249306 or 2496325. OLE color: 2496325.

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

Color convert

RGB692338-
CMYK00.670.450.73
HSL340.43º50%18.04%-
HSV(B)340.43º66.67%27.06%-
XYZ3.112.022.06-
YUV38.46127.74149.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=53.08%
G=17.69%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69233800.670.450.73340.435018.04
Hex4517260432D491543212
Octal10527460103551115246222
Binary10001011011110011001000011101101100100110101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451726; }

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

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

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

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

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

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

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

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