#452230

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

Shades of Castro #452230

Tints of Castro #452230

Color information

#452230 (or 0x452230) is unknown color: approx Castro. HEX triplet: 45, 22 and 30. RGB value is (69,34,48). Sum of RGB (Red+Green+Blue) = 69+34+48=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #452230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452230 is #BADDCF. Grayscale: #2E2E2E. Windows color (decimal): -12246480 or 3154501. OLE color: 3154501.

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

Color convert

RGB693448-
CMYK00.510.300.73
HSL336º33.98%20.2%-
HSV(B)336º50.72%27.06%-
XYZ3.562.623.11-
YUV46.06129.1144.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=45.70%
G=22.52%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69344800.510.300.7333633.9820.2
Hex4522300331E491502214
Octal1054260063361115204224
Binary1000101100010110000011001111110100100110101000010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452230; }

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

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

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

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

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

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

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

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