Html Css Color HEX #482332 Castro

📋 copy color: '#482332'

red 72 ◦ green 35 ◦ blue 50

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

Shades of Castro #482332

Tints of Castro #482332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 45.86%
G = 22.29%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#482332 (or 0x482332) is known color: Castro. HEX triplet: 48, 23 and 32. RGB value is (72,35,50). Sum of RGB (Red+Green+Blue) = 72+35+50=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482332 is #B7DCCD. Grayscale: #2F2F2F. Windows color (decimal): -12049614 or 3285832. OLE color: 3285832.

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

Color convert

RGB 72 35 50 -
CMYK 0 0.51 0.31 0.72
HSL 335.68º 0.35% 0.21% -
HSV(B) 335.68º 0.51% 0.28% -
XYZ 3.85 2.81 3.36 -
YUV 47.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 72 35 50 0 0.51 0.31 0.72 335.68 0.35 0.21
Hex 48 23 32 0 33 1F 48 150 23 15
Octal 110 43 62 0 63 37 110 520 43 25
Binary 1001000 100011 110010 0 110011 11111 1001000 101010000 100011 10101

Color Harmonies of #482332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482332

Black with #482332

Text Example


Text Example

White with #482332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482332; }

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

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

background-color css

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

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

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

border-color css

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

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

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