#452630

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

Shades of Castro #452630

Tints of Castro #452630

Color information

#452630 (or 0x452630) is unknown color: approx Castro. HEX triplet: 45, 26 and 30. RGB value is (69,38,48). Sum of RGB (Red+Green+Blue) = 69+38+48=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #452630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452630 is #BAD9CF. Grayscale: #303030. Windows color (decimal): -12245456 or 3155525. OLE color: 3155525.

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

Color convert

RGB693848-
CMYK00.450.300.73
HSL340.65º28.97%20.98%-
HSV(B)340.65º44.93%27.06%-
XYZ3.682.863.16-
YUV48.41127.77142.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=44.52%
G=24.52%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69384800.450.300.73340.6528.9720.98
Hex45263002D1E491551d15
Octal1054660055361115253525
Binary100010110011011000001011011111010010011010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452630; }

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

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

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

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

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

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

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

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