Html Css Color HEX #481C29 Castro

📋 copy color: '#481C29'

red 72 ◦ green 28 ◦ blue 41

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

Shades of Castro #481C29

Tints of Castro #481C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 51.06%
G = 19.86%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481C29 (or 0x481C29) is known color: Castro. HEX triplet: 48, 1C and 29. RGB value is (72,28,41). Sum of RGB (Red+Green+Blue) = 72+28+41=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C29 is #B7E3D6. Grayscale: #2A2A2A. Windows color (decimal): -12051415 or 2694216. OLE color: 2694216.

HSL color Cylindrical-coordinate representation of color #481C29: hue angle of 342.27º 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 #481C29 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 41 -
CMYK 0 0.61 0.43 0.72
HSL 342.27º 0.44% 0.2% -
HSV(B) 342.27º 0.61% 0.28% -
XYZ 3.49 2.37 2.37 -
YUV 42.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 72 28 41 0 0.61 0.43 0.72 342.27 0.44 0.2
Hex 48 1C 29 0 3D 2B 48 156 2C 14
Octal 110 34 51 0 75 53 110 526 54 24
Binary 1001000 11100 101001 0 111101 101011 1001000 101010110 101100 10100

Color Harmonies of #481C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C29

Black with #481C29

Text Example


Text Example

White with #481C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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