Html Css Color HEX #451A29 Castro

📋 copy color: '#451A29'

red 69 ◦ green 26 ◦ blue 41

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

Shades of Castro #451A29

Tints of Castro #451A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

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

R = 50.74%
G = 19.12%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#451A29 (or 0x451A29) is known color: Castro. HEX triplet: 45, 1A and 29. RGB value is (69,26,41). Sum of RGB (Red+Green+Blue) = 69+26+41=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #451A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A29 is #BAE5D6. Grayscale: #282828. Windows color (decimal): -12248535 or 2693701. OLE color: 2693701.

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

Color convert

RGB 69 26 41 -
CMYK 0 0.62 0.41 0.73
HSL 339.07º 0.45% 0.19% -
HSV(B) 339.07º 0.62% 0.27% -
XYZ 3.22 2.16 2.35 -
YUV 40.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 69 26 41 0 0.62 0.41 0.73 339.07 0.45 0.19
Hex 45 1A 29 0 3E 29 49 153 2D 13
Octal 105 32 51 0 76 51 111 523 55 23
Binary 1000101 11010 101001 0 111110 101001 1001001 101010011 101101 10011

Color Harmonies of #451A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A29

Black with #451A29

Text Example


Text Example

White with #451A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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