#451929

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

Shades of Castro #451929

Tints of Castro #451929

Color information

#451929 (or 0x451929) is unknown color: approx Castro. HEX triplet: 45, 19 and 29. RGB value is (69,25,41). Sum of RGB (Red+Green+Blue) = 69+25+41=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #451929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451929 is #BAE6D6. Grayscale: #272727. Windows color (decimal): -12248791 or 2693445. OLE color: 2693445.

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

Color convert

RGB692541-
CMYK00.640.410.73
HSL338.18º46.81%18.43%-
HSV(B)338.18º63.77%27.06%-
XYZ3.22.122.34-
YUV39.98128.58148.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=51.11%
G=18.52%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69254100.640.410.73338.1846.8118.43
Hex45192904029491522f12
Octal10531510100511115225722
Binary10001011100110100101000000101001100100110101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451929; }

 p { color: rgb(69,25,41); }

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

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

 a { background-color: rgb(69,25,41); }

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

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

 span { border-color: rgb(69,25,41); }

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