Html Css Color HEX #48212D Castro

📋 copy color: '#48212D'

red 72 ◦ green 33 ◦ blue 45

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

Shades of Castro #48212D

Tints of Castro #48212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

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

R = 48%
G = 22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48212D (or 0x48212D) is known color: Castro. HEX triplet: 48, 21 and 2D. RGB value is (72,33,45). Sum of RGB (Red+Green+Blue) = 72+33+45=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48212D is #B7DED2. Grayscale: #2E2E2E. Windows color (decimal): -12050131 or 2957640. OLE color: 2957640.

HSL color Cylindrical-coordinate representation of color #48212D: hue angle of 341.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48212D is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 45 -
CMYK 0 0.54 0.38 0.72
HSL 341.54º 0.37% 0.21% -
HSV(B) 341.54º 0.54% 0.28% -
XYZ 3.69 2.65 2.8 -
YUV 46.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 72 33 45 0 0.54 0.38 0.72 341.54 0.37 0.21
Hex 48 21 2D 0 36 26 48 156 25 15
Octal 110 41 55 0 66 46 110 526 45 25
Binary 1001000 100001 101101 0 110110 100110 1001000 101010110 100101 10101

Color Harmonies of #48212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48212D

Black with #48212D

Text Example


Text Example

White with #48212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48212D; }

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

 H1.HeaderClassName
 {
   color: #48212D;
 }
 .AnyTagClassName
 {
   color: #48212D;
 }
</style>

background-color css

<style>
 a { background-color: #48212D; }

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

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

border-color css

<style>
 span { border-color: #48212D; }

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

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