Html Css Color HEX #462531 Castro

📋 copy color: '#462531'

red 70 ◦ green 37 ◦ blue 49

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

Shades of Castro #462531

Tints of Castro #462531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

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

R = 44.87%
G = 23.72%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#462531 (or 0x462531) is known color: Castro. HEX triplet: 46, 25 and 31. RGB value is (70,37,49). Sum of RGB (Red+Green+Blue) = 70+37+49=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462531 is #B9DACE. Grayscale: #303030. Windows color (decimal): -12180175 or 3220806. OLE color: 3220806.

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

Color convert

RGB 70 37 49 -
CMYK 0 0.47 0.30 0.73
HSL 338.18º 0.31% 0.21% -
HSV(B) 338.18º 0.47% 0.27% -
XYZ 3.74 2.85 3.26 -
YUV 48.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 70 37 49 0 0.47 0.30 0.73 338.18 0.31 0.21
Hex 46 25 31 0 2F 1E 49 152 1F 15
Octal 106 45 61 0 57 36 111 522 37 25
Binary 1000110 100101 110001 0 101111 11110 1001001 101010010 11111 10101

Color Harmonies of #462531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462531

Black with #462531

Text Example


Text Example

White with #462531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462531; }

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

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

background-color css

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

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

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

border-color css

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

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

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