Html Css Color HEX #48242D Castro

📋 copy color: '#48242D'

red 72 ◦ green 36 ◦ blue 45

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

Shades of Castro #48242D

Tints of Castro #48242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

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

R = 47.06%
G = 23.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48242D (or 0x48242D) is known color: Castro. HEX triplet: 48, 24 and 2D. RGB value is (72,36,45). Sum of RGB (Red+Green+Blue) = 72+36+45=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242D is #B7DBD2. Grayscale: #2F2F2F. Windows color (decimal): -12049363 or 2958408. OLE color: 2958408.

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

Color convert

RGB 72 36 45 -
CMYK 0 0.5 0.38 0.72
HSL 345º 0.33% 0.21% -
HSV(B) 345º 0.5% 0.28% -
XYZ 3.78 2.83 2.83 -
YUV 47.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 72 36 45 0 0.5 0.38 0.72 345 0.33 0.21
Hex 48 24 2D 0 32 26 48 159 21 15
Octal 110 44 55 0 62 46 110 531 41 25
Binary 1001000 100100 101101 0 110010 100110 1001000 101011001 100001 10101

Color Harmonies of #48242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48242D

Black with #48242D

Text Example


Text Example

White with #48242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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