#452631

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

Shades of Castro #452631

Tints of Castro #452631

Color information

#452631 (or 0x452631) is unknown color: approx Castro. HEX triplet: 45, 26 and 31. RGB value is (69,38,49). Sum of RGB (Red+Green+Blue) = 69+38+49=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #452631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452631 is #BAD9CE. Grayscale: #303030. Windows color (decimal): -12245455 or 3221061. OLE color: 3221061.

HSL color Cylindrical-coordinate representation of color #452631: hue angle of 338.71º 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 #452631 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB693849-
CMYK00.450.290.73
HSL338.71º28.97%20.98%-
HSV(B)338.71º44.93%27.06%-
XYZ3.72.873.27-
YUV48.52128.27142.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=44.23%
G=24.36%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69384900.450.290.73338.7128.9720.98
Hex45263102D1D491531d15
Octal1054661055351115233525
Binary100010110011011000101011011110110010011010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452631; }

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

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

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

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

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

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

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

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