Html Css Color HEX #462131 Castro

📋 copy color: '#462131'

red 70 ◦ green 33 ◦ blue 49

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

Shades of Castro #462131

Tints of Castro #462131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 46.05%
G = 21.71%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#462131 (or 0x462131) is known color: Castro. HEX triplet: 46, 21 and 31. RGB value is (70,33,49). Sum of RGB (Red+Green+Blue) = 70+33+49=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462131 is #B9DECE. Grayscale: #2D2D2D. Windows color (decimal): -12181199 or 3219782. OLE color: 3219782.

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

Color convert

RGB 70 33 49 -
CMYK 0 0.53 0.30 0.73
HSL 334.05º 0.36% 0.2% -
HSV(B) 334.05º 0.53% 0.27% -
XYZ 3.62 2.61 3.22 -
YUV 45.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 70 33 49 0 0.53 0.30 0.73 334.05 0.36 0.2
Hex 46 21 31 0 35 1E 49 14E 24 14
Octal 106 41 61 0 65 36 111 516 44 24
Binary 1000110 100001 110001 0 110101 11110 1001001 101001110 100100 10100

Color Harmonies of #462131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462131

Black with #462131

Text Example


Text Example

White with #462131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462131; }

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

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

background-color css

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

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

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

border-color css

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

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

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