Html Css Color HEX #461728 Castro

📋 copy color: '#461728'

red 70 ◦ green 23 ◦ blue 40

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

Shades of Castro #461728

Tints of Castro #461728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.29%

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

R = 52.63%
G = 17.29%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461728 (or 0x461728) is known color: Castro. HEX triplet: 46, 17 and 28. RGB value is (70,23,40). Sum of RGB (Red+Green+Blue) = 70+23+40=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #461728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461728 is #B9E8D7. Grayscale: #262626. Windows color (decimal): -12183768 or 2627398. OLE color: 2627398.

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

Color convert

RGB 70 23 40 -
CMYK 0 0.67 0.43 0.73
HSL 338.3º 0.51% 0.18% -
HSV(B) 338.3º 0.67% 0.27% -
XYZ 3.22 2.07 2.24 -
YUV 38.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 70 23 40 0 0.67 0.43 0.73 338.3 0.51 0.18
Hex 46 17 28 0 43 2B 49 152 33 12
Octal 106 27 50 0 103 53 111 522 63 22
Binary 1000110 10111 101000 0 1000011 101011 1001001 101010010 110011 10010

Color Harmonies of #461728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461728

Black with #461728

Text Example


Text Example

White with #461728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461728; }

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

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

background-color css

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

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

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

border-color css

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

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

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