Html Css Color HEX #461828 Castro

📋 copy color: '#461828'

red 70 ◦ green 24 ◦ blue 40

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

Shades of Castro #461828

Tints of Castro #461828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

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

R = 52.24%
G = 17.91%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461828 (or 0x461828) is known color: Castro. HEX triplet: 46, 18 and 28. RGB value is (70,24,40). Sum of RGB (Red+Green+Blue) = 70+24+40=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #461828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461828 is #B9E7D7. Grayscale: #272727. Windows color (decimal): -12183512 or 2627654. OLE color: 2627654.

HSL color Cylindrical-coordinate representation of color #461828: hue angle of 339.13º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461828 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 24 40 -
CMYK 0 0.66 0.43 0.73
HSL 339.13º 0.49% 0.18% -
HSV(B) 339.13º 0.66% 0.27% -
XYZ 3.24 2.11 2.24 -
YUV 39.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 70 24 40 0 0.66 0.43 0.73 339.13 0.49 0.18
Hex 46 18 28 0 42 2B 49 153 31 12
Octal 106 30 50 0 102 53 111 523 61 22
Binary 1000110 11000 101000 0 1000010 101011 1001001 101010011 110001 10010

Color Harmonies of #461828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461828

Black with #461828

Text Example


Text Example

White with #461828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461828; }

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

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

background-color css

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

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

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

border-color css

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

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

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