Html Css Color HEX #482734 Castro

📋 copy color: '#482734'

red 72 ◦ green 39 ◦ blue 52

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

Shades of Castro #482734

Tints of Castro #482734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.93%

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

R = 44.17%
G = 23.93%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#482734 (or 0x482734) is known color: Castro. HEX triplet: 48, 27 and 34. RGB value is (72,39,52). Sum of RGB (Red+Green+Blue) = 72+39+52=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482734 is #B7D8CB. Grayscale: #323232. Windows color (decimal): -12048588 or 3417928. OLE color: 3417928.

HSL color Cylindrical-coordinate representation of color #482734: hue angle of 336.36º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482734 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 52 -
CMYK 0 0.46 0.28 0.72
HSL 336.36º 0.3% 0.22% -
HSV(B) 336.36º 0.46% 0.28% -
XYZ 4.02 3.08 3.63 -
YUV 50.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 72 39 52 0 0.46 0.28 0.72 336.36 0.3 0.22
Hex 48 27 34 0 2E 1C 48 150 1E 16
Octal 110 47 64 0 56 34 110 520 36 26
Binary 1001000 100111 110100 0 101110 11100 1001000 101010000 11110 10110

Color Harmonies of #482734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482734

Black with #482734

Text Example


Text Example

White with #482734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482734; }

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

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

background-color css

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

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

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

border-color css

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

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

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