Html Css Color HEX #48222F Castro

📋 copy color: '#48222F'

red 72 ◦ green 34 ◦ blue 47

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

Shades of Castro #48222F

Tints of Castro #48222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 47.06%
G = 22.22%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48222F (or 0x48222F) is known color: Castro. HEX triplet: 48, 22 and 2F. RGB value is (72,34,47). Sum of RGB (Red+Green+Blue) = 72+34+47=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48222F is #B7DDD0. Grayscale: #2E2E2E. Windows color (decimal): -12049873 or 3088968. OLE color: 3088968.

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

Color convert

RGB 72 34 47 -
CMYK 0 0.53 0.35 0.72
HSL 339.47º 0.36% 0.21% -
HSV(B) 339.47º 0.53% 0.28% -
XYZ 3.76 2.73 3.02 -
YUV 46.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 72 34 47 0 0.53 0.35 0.72 339.47 0.36 0.21
Hex 48 22 2F 0 35 23 48 153 24 15
Octal 110 42 57 0 65 43 110 523 44 25
Binary 1001000 100010 101111 0 110101 100011 1001000 101010011 100100 10101

Color Harmonies of #48222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48222F

Black with #48222F

Text Example


Text Example

White with #48222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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