Html Css Color HEX #451F29 Castro

📋 copy color: '#451F29'

red 69 ◦ green 31 ◦ blue 41

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

Shades of Castro #451F29

Tints of Castro #451F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.99%

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

R = 48.94%
G = 21.99%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#451F29 (or 0x451F29) is known color: Castro. HEX triplet: 45, 1F and 29. RGB value is (69,31,41). Sum of RGB (Red+Green+Blue) = 69+31+41=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #451F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F29 is #BAE0D6. Grayscale: #2B2B2B. Windows color (decimal): -12247255 or 2694981. OLE color: 2694981.

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

Color convert

RGB 69 31 41 -
CMYK 0 0.55 0.41 0.73
HSL 344.21º 0.38% 0.2% -
HSV(B) 344.21º 0.55% 0.27% -
XYZ 3.34 2.41 2.39 -
YUV 43.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 69 31 41 0 0.55 0.41 0.73 344.21 0.38 0.2
Hex 45 1F 29 0 37 29 49 158 26 14
Octal 105 37 51 0 67 51 111 530 46 24
Binary 1000101 11111 101001 0 110111 101001 1001001 101011000 100110 10100

Color Harmonies of #451F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451F29

Black with #451F29

Text Example


Text Example

White with #451F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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