Html Css Color HEX #481B29 Castro

📋 copy color: '#481B29'

red 72 ◦ green 27 ◦ blue 41

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

Shades of Castro #481B29

Tints of Castro #481B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

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

R = 51.43%
G = 19.29%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481B29 (or 0x481B29) is known color: Castro. HEX triplet: 48, 1B and 29. RGB value is (72,27,41). Sum of RGB (Red+Green+Blue) = 72+27+41=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #481B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B29 is #B7E4D6. Grayscale: #2A2A2A. Windows color (decimal): -12051671 or 2693960. OLE color: 2693960.

HSL color Cylindrical-coordinate representation of color #481B29: hue angle of 341.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B29 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 41 -
CMYK 0 0.62 0.43 0.72
HSL 341.33º 0.45% 0.19% -
HSV(B) 341.33º 0.63% 0.28% -
XYZ 3.46 2.32 2.36 -
YUV 42.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 72 27 41 0 0.62 0.43 0.72 341.33 0.45 0.19
Hex 48 1B 29 0 3E 2B 48 155 2D 13
Octal 110 33 51 0 76 53 110 525 55 23
Binary 1001000 11011 101001 0 111110 101011 1001000 101010101 101101 10011

Color Harmonies of #481B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B29

Black with #481B29

Text Example


Text Example

White with #481B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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