Html Css Color HEX #451C29 Castro

📋 copy color: '#451C29'

red 69 ◦ green 28 ◦ blue 41

#451C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #451C29

Tints of Castro #451C29

RGB

 RED value IS 69 (27.34% from 255) = 50%

 GREEN value IS 28 (11.33% from 255) = 20.29%

 BLUE value IS 41 (16.41% from 255) = 29.71%

R = 50%
G = 20.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#451C29 (or 0x451C29) is known color: Castro. HEX triplet: 45, 1C and 29. RGB value is (69,28,41). Sum of RGB (Red+Green+Blue) = 69+28+41=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #451C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C29 is #BAE3D6. Grayscale: #292929. Windows color (decimal): -12248023 or 2694213. OLE color: 2694213.

HSL color Cylindrical-coordinate representation of color #451C29: hue angle of 340.98º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C29 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 28 41 -
CMYK 0 0.59 0.41 0.73
HSL 340.98º 0.42% 0.19% -
HSV(B) 340.98º 0.59% 0.27% -
XYZ 3.27 2.26 2.36 -
YUV 41.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 69 28 41 0 0.59 0.41 0.73 340.98 0.42 0.19
Hex 45 1C 29 0 3B 29 49 155 2A 13
Octal 105 34 51 0 73 51 111 525 52 23
Binary 1000101 11100 101001 0 111011 101001 1001001 101010101 101010 10011

Color Harmonies of #451C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C29

Black with #451C29

Text Example


Text Example

White with #451C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451C29; }

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

 H1.HeaderClassName
 {
   color: #451C29;
 }
 .AnyTagClassName
 {
   color: #451C29;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #451C29;
 }
 .BgClassName
 {
   background-color: #451C29;
 }
</style>

border-color css

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

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

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