Html Css Color HEX #48252D Castro

📋 copy color: '#48252D'

red 72 ◦ green 37 ◦ blue 45

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

Shades of Castro #48252D

Tints of Castro #48252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

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

R = 46.75%
G = 24.03%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48252D (or 0x48252D) is known color: Castro. HEX triplet: 48, 25 and 2D. RGB value is (72,37,45). Sum of RGB (Red+Green+Blue) = 72+37+45=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48252D is #B7DAD2. Grayscale: #303030. Windows color (decimal): -12049107 or 2958664. OLE color: 2958664.

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

Color convert

RGB 72 37 45 -
CMYK 0 0.49 0.38 0.72
HSL 346.29º 0.32% 0.21% -
HSV(B) 346.29º 0.49% 0.28% -
XYZ 3.81 2.89 2.84 -
YUV 48.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 72 37 45 0 0.49 0.38 0.72 346.29 0.32 0.21
Hex 48 25 2D 0 31 26 48 15A 20 15
Octal 110 45 55 0 61 46 110 532 40 25
Binary 1001000 100101 101101 0 110001 100110 1001000 101011010 100000 10101

Color Harmonies of #48252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48252D

Black with #48252D

Text Example


Text Example

White with #48252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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