Html Css Color HEX #482531 Castro

📋 copy color: '#482531'

red 72 ◦ green 37 ◦ blue 49

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

Shades of Castro #482531

Tints of Castro #482531

RGB

 RED value IS 72 (28.52% from 255) = 45.57%

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

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

R = 45.57%
G = 23.42%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#482531 (or 0x482531) is known color: Castro. HEX triplet: 48, 25 and 31. RGB value is (72,37,49). Sum of RGB (Red+Green+Blue) = 72+37+49=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482531 is #B7DACE. Grayscale: #303030. Windows color (decimal): -12049103 or 3220808. OLE color: 3220808.

HSL color Cylindrical-coordinate representation of color #482531: hue angle of 339.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482531 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 49 -
CMYK 0 0.49 0.32 0.72
HSL 339.43º 0.32% 0.21% -
HSV(B) 339.43º 0.49% 0.28% -
XYZ 3.89 2.92 3.26 -
YUV 48.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 72 37 49 0 0.49 0.32 0.72 339.43 0.32 0.21
Hex 48 25 31 0 31 20 48 153 20 15
Octal 110 45 61 0 61 40 110 523 40 25
Binary 1001000 100101 110001 0 110001 100000 1001000 101010011 100000 10101

Color Harmonies of #482531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482531

Black with #482531

Text Example


Text Example

White with #482531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482531; }

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

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

background-color css

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

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

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

border-color css

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

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

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