Html Css Color HEX #481D2D Castro

📋 copy color: '#481D2D'

red 72 ◦ green 29 ◦ blue 45

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

Shades of Castro #481D2D

Tints of Castro #481D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.82%

R = 49.32%
G = 19.86%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#481D2D (or 0x481D2D) is known color: Castro. HEX triplet: 48, 1D and 2D. RGB value is (72,29,45). Sum of RGB (Red+Green+Blue) = 72+29+45=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D2D is #B7E2D2. Grayscale: #2B2B2B. Windows color (decimal): -12051155 or 2956616. OLE color: 2956616.

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

Color convert

RGB 72 29 45 -
CMYK 0 0.60 0.38 0.72
HSL 337.67º 0.43% 0.2% -
HSV(B) 337.67º 0.6% 0.28% -
XYZ 3.59 2.45 2.77 -
YUV 43.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 72 29 45 0 0.60 0.38 0.72 337.67 0.43 0.2
Hex 48 1D 2D 0 3C 26 48 152 2B 14
Octal 110 35 55 0 74 46 110 522 53 24
Binary 1001000 11101 101101 0 111100 100110 1001000 101010010 101011 10100

Color Harmonies of #481D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D2D

Black with #481D2D

Text Example


Text Example

White with #481D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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