Html Css Color HEX #451B28 Castro

📋 copy color: '#451B28'

red 69 ◦ green 27 ◦ blue 40

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

Shades of Castro #451B28

Tints of Castro #451B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.85%

 BLUE value IS 40 (16.02% from 255) = 29.41%

R = 50.74%
G = 19.85%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#451B28 (or 0x451B28) is known color: Castro. HEX triplet: 45, 1B and 28. RGB value is (69,27,40). Sum of RGB (Red+Green+Blue) = 69+27+40=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #451B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B28 is #BAE4D7. Grayscale: #292929. Windows color (decimal): -12248280 or 2628421. OLE color: 2628421.

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

Color convert

RGB 69 27 40 -
CMYK 0 0.61 0.42 0.73
HSL 341.43º 0.44% 0.19% -
HSV(B) 341.43º 0.61% 0.27% -
XYZ 3.23 2.2 2.26 -
YUV 41.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 69 27 40 0 0.61 0.42 0.73 341.43 0.44 0.19
Hex 45 1B 28 0 3D 2A 49 155 2C 13
Octal 105 33 50 0 75 52 111 525 54 23
Binary 1000101 11011 101000 0 111101 101010 1001001 101010101 101100 10011

Color Harmonies of #451B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451B28

Black with #451B28

Text Example


Text Example

White with #451B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,27,40); }

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

background-color css

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

 a { background-color: rgb(69,27,40); }

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

border-color css

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

 span { border-color: rgb(69,27,40); }

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