#452530

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

Shades of Castro #452530

Tints of Castro #452530

Color information

#452530 (or 0x452530) is unknown color: approx Castro. HEX triplet: 45, 25 and 30. RGB value is (69,37,48). Sum of RGB (Red+Green+Blue) = 69+37+48=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #452530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452530 is #BADACF. Grayscale: #2F2F2F. Windows color (decimal): -12245712 or 3155269. OLE color: 3155269.

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

Color convert

RGB693748-
CMYK00.460.300.73
HSL339.38º30.19%20.78%-
HSV(B)339.38º46.38%27.06%-
XYZ3.652.83.14-
YUV47.82128.1143.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=44.81%
G=24.03%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69374800.460.300.73339.3830.1920.78
Hex45253002E1E491531e15
Octal1054560056361115233625
Binary100010110010111000001011101111010010011010100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452530; }

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

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

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

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

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

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

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

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