Html Css Color HEX #481E31 Castro

📋 copy color: '#481E31'

red 72 ◦ green 30 ◦ blue 49

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

Shades of Castro #481E31

Tints of Castro #481E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

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

R = 47.68%
G = 19.87%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#481E31 (or 0x481E31) is known color: Castro. HEX triplet: 48, 1E and 31. RGB value is (72,30,49). Sum of RGB (Red+Green+Blue) = 72+30+49=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #481E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E31 is #B7E1CE. Grayscale: #2C2C2C. Windows color (decimal): -12050895 or 3219016. OLE color: 3219016.

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

Color convert

RGB 72 30 49 -
CMYK 0 0.58 0.32 0.72
HSL 332.86º 0.41% 0.2% -
HSV(B) 332.86º 0.58% 0.28% -
XYZ 3.69 2.53 3.2 -
YUV 44.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 72 30 49 0 0.58 0.32 0.72 332.86 0.41 0.2
Hex 48 1E 31 0 3A 20 48 14D 29 14
Octal 110 36 61 0 72 40 110 515 51 24
Binary 1001000 11110 110001 0 111010 100000 1001000 101001101 101001 10100

Color Harmonies of #481E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E31

Black with #481E31

Text Example


Text Example

White with #481E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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