Html Css Color HEX #48202D Castro

📋 copy color: '#48202D'

red 72 ◦ green 32 ◦ blue 45

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

Shades of Castro #48202D

Tints of Castro #48202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 48.32%
G = 21.48%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48202D (or 0x48202D) is known color: Castro. HEX triplet: 48, 20 and 2D. RGB value is (72,32,45). Sum of RGB (Red+Green+Blue) = 72+32+45=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202D is #B7DFD2. Grayscale: #2D2D2D. Windows color (decimal): -12050387 or 2957384. OLE color: 2957384.

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

Color convert

RGB 72 32 45 -
CMYK 0 0.56 0.38 0.72
HSL 340.5º 0.38% 0.2% -
HSV(B) 340.5º 0.56% 0.28% -
XYZ 3.66 2.6 2.79 -
YUV 45.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 72 32 45 0 0.56 0.38 0.72 340.5 0.38 0.2
Hex 48 20 2D 0 38 26 48 154 26 14
Octal 110 40 55 0 70 46 110 524 46 24
Binary 1001000 100000 101101 0 111000 100110 1001000 101010100 100110 10100

Color Harmonies of #48202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48202D

Black with #48202D

Text Example


Text Example

White with #48202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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