Html Css Color HEX #482534 Castro

📋 copy color: '#482534'

red 72 ◦ green 37 ◦ blue 52

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

Shades of Castro #482534

Tints of Castro #482534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 44.72%
G = 22.98%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#482534 (or 0x482534) is known color: Castro. HEX triplet: 48, 25 and 34. RGB value is (72,37,52). Sum of RGB (Red+Green+Blue) = 72+37+52=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482534 is #B7DACB. Grayscale: #313131. Windows color (decimal): -12049100 or 3417416. OLE color: 3417416.

HSL color Cylindrical-coordinate representation of color #482534: hue angle of 334.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 #482534 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 52 -
CMYK 0 0.49 0.28 0.72
HSL 334.29º 0.32% 0.21% -
HSV(B) 334.29º 0.49% 0.28% -
XYZ 3.95 2.95 3.61 -
YUV 49.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 72 37 52 0 0.49 0.28 0.72 334.29 0.32 0.21
Hex 48 25 34 0 31 1C 48 14E 20 15
Octal 110 45 64 0 61 34 110 516 40 25
Binary 1001000 100101 110100 0 110001 11100 1001000 101001110 100000 10101

Color Harmonies of #482534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482534

Black with #482534

Text Example


Text Example

White with #482534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482534; }

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

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

background-color css

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

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

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

border-color css

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

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

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