Html Css Color HEX #462231 Castro

📋 copy color: '#462231'

red 70 ◦ green 34 ◦ blue 49

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

Shades of Castro #462231

Tints of Castro #462231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 45.75%
G = 22.22%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#462231 (or 0x462231) is known color: Castro. HEX triplet: 46, 22 and 31. RGB value is (70,34,49). Sum of RGB (Red+Green+Blue) = 70+34+49=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462231 is #B9DDCE. Grayscale: #2E2E2E. Windows color (decimal): -12180943 or 3220038. OLE color: 3220038.

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

Color convert

RGB 70 34 49 -
CMYK 0 0.51 0.30 0.73
HSL 335º 0.35% 0.2% -
HSV(B) 335º 0.51% 0.27% -
XYZ 3.65 2.67 3.23 -
YUV 46.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 70 34 49 0 0.51 0.30 0.73 335 0.35 0.2
Hex 46 22 31 0 33 1E 49 14F 23 14
Octal 106 42 61 0 63 36 111 517 43 24
Binary 1000110 100010 110001 0 110011 11110 1001001 101001111 100011 10100

Color Harmonies of #462231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462231

Black with #462231

Text Example


Text Example

White with #462231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462231; }

 p { color: rgb(70,34,49); }

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

background-color css

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

 a { background-color: rgb(70,34,49); }

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

border-color css

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

 span { border-color: rgb(70,34,49); }

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