Html Css Color HEX #48232D Castro

📋 copy color: '#48232D'

red 72 ◦ green 35 ◦ blue 45

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

Shades of Castro #48232D

Tints of Castro #48232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

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

R = 47.37%
G = 23.03%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48232D (or 0x48232D) is known color: Castro. HEX triplet: 48, 23 and 2D. RGB value is (72,35,45). Sum of RGB (Red+Green+Blue) = 72+35+45=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232D is #B7DCD2. Grayscale: #2F2F2F. Windows color (decimal): -12049619 or 2958152. OLE color: 2958152.

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

Color convert

RGB 72 35 45 -
CMYK 0 0.51 0.38 0.72
HSL 343.78º 0.35% 0.21% -
HSV(B) 343.78º 0.51% 0.28% -
XYZ 3.75 2.77 2.82 -
YUV 47.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 72 35 45 0 0.51 0.38 0.72 343.78 0.35 0.21
Hex 48 23 2D 0 33 26 48 158 23 15
Octal 110 43 55 0 63 46 110 530 43 25
Binary 1001000 100011 101101 0 110011 100110 1001000 101011000 100011 10101

Color Harmonies of #48232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48232D

Black with #48232D

Text Example


Text Example

White with #48232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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