Html Css Color HEX #481D2F Castro

📋 copy color: '#481D2F'

red 72 ◦ green 29 ◦ blue 47

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

Shades of Castro #481D2F

Tints of Castro #481D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 48.65%
G = 19.59%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#481D2F (or 0x481D2F) is known color: Castro. HEX triplet: 48, 1D and 2F. RGB value is (72,29,47). Sum of RGB (Red+Green+Blue) = 72+29+47=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D2F is #B7E2D0. Grayscale: #2B2B2B. Windows color (decimal): -12051153 or 3087688. OLE color: 3087688.

HSL color Cylindrical-coordinate representation of color #481D2F: hue angle of 334.88º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D2F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 29 47 -
CMYK 0 0.60 0.35 0.72
HSL 334.88º 0.43% 0.2% -
HSV(B) 334.88º 0.6% 0.28% -
XYZ 3.62 2.46 2.97 -
YUV 43.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 72 29 47 0 0.60 0.35 0.72 334.88 0.43 0.2
Hex 48 1D 2F 0 3C 23 48 14F 2B 14
Octal 110 35 57 0 74 43 110 517 53 24
Binary 1001000 11101 101111 0 111100 100011 1001000 101001111 101011 10100

Color Harmonies of #481D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D2F

Black with #481D2F

Text Example


Text Example

White with #481D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,47); }

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

background-color css

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

 a { background-color: rgb(72,29,47); }

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

border-color css

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

 span { border-color: rgb(72,29,47); }

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