Html Css Color HEX #48232F Castro

📋 copy color: '#48232F'

red 72 ◦ green 35 ◦ blue 47

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

Shades of Castro #48232F

Tints of Castro #48232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.52%

R = 46.75%
G = 22.73%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48232F (or 0x48232F) is known color: Castro. HEX triplet: 48, 23 and 2F. RGB value is (72,35,47). Sum of RGB (Red+Green+Blue) = 72+35+47=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232F is #B7DCD0. Grayscale: #2F2F2F. Windows color (decimal): -12049617 or 3089224. OLE color: 3089224.

HSL color Cylindrical-coordinate representation of color #48232F: hue angle of 340.54º 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 #48232F is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 47 -
CMYK 0 0.51 0.35 0.72
HSL 340.54º 0.35% 0.21% -
HSV(B) 340.54º 0.51% 0.28% -
XYZ 3.79 2.79 3.03 -
YUV 47.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 72 35 47 0 0.51 0.35 0.72 340.54 0.35 0.21
Hex 48 23 2F 0 33 23 48 155 23 15
Octal 110 43 57 0 63 43 110 525 43 25
Binary 1001000 100011 101111 0 110011 100011 1001000 101010101 100011 10101

Color Harmonies of #48232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48232F

Black with #48232F

Text Example


Text Example

White with #48232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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