Html Css Color HEX #481C2F Castro

📋 copy color: '#481C2F'

red 72 ◦ green 28 ◦ blue 47

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

Shades of Castro #481C2F

Tints of Castro #481C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 48.98%
G = 19.05%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#481C2F (or 0x481C2F) is known color: Castro. HEX triplet: 48, 1C and 2F. RGB value is (72,28,47). Sum of RGB (Red+Green+Blue) = 72+28+47=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C2F is #B7E3D0. Grayscale: #2B2B2B. Windows color (decimal): -12051409 or 3087432. OLE color: 3087432.

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

Color convert

RGB 72 28 47 -
CMYK 0 0.61 0.35 0.72
HSL 334.09º 0.44% 0.2% -
HSV(B) 334.09º 0.61% 0.28% -
XYZ 3.6 2.41 2.97 -
YUV 43.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 72 28 47 0 0.61 0.35 0.72 334.09 0.44 0.2
Hex 48 1C 2F 0 3D 23 48 14E 2C 14
Octal 110 34 57 0 75 43 110 516 54 24
Binary 1001000 11100 101111 0 111101 100011 1001000 101001110 101100 10100

Color Harmonies of #481C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C2F

Black with #481C2F

Text Example


Text Example

White with #481C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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