Html Css Color HEX #461B28 Castro

📋 copy color: '#461B28'

red 70 ◦ green 27 ◦ blue 40

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

Shades of Castro #461B28

Tints of Castro #461B28

RGB

 RED value IS 70 (27.73% from 255) = 51.09%

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

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

R = 51.09%
G = 19.71%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461B28 (or 0x461B28) is known color: Castro. HEX triplet: 46, 1B and 28. RGB value is (70,27,40). Sum of RGB (Red+Green+Blue) = 70+27+40=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #461B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B28 is #B9E4D7. Grayscale: #292929. Windows color (decimal): -12182744 or 2628422. OLE color: 2628422.

HSL color Cylindrical-coordinate representation of color #461B28: hue angle of 341.86º 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 #461B28 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 27 40 -
CMYK 0 0.61 0.43 0.73
HSL 341.86º 0.44% 0.19% -
HSV(B) 341.86º 0.61% 0.27% -
XYZ 3.3 2.24 2.27 -
YUV 41.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 70 27 40 0 0.61 0.43 0.73 341.86 0.44 0.19
Hex 46 1B 28 0 3D 2B 49 156 2C 13
Octal 106 33 50 0 75 53 111 526 54 23
Binary 1000110 11011 101000 0 111101 101011 1001001 101010110 101100 10011

Color Harmonies of #461B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B28

Black with #461B28

Text Example


Text Example

White with #461B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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