Html Css Color HEX #47272F Castro

📋 copy color: '#47272F'

red 71 ◦ green 39 ◦ blue 47

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

Shades of Castro #47272F

Tints of Castro #47272F

RGB

 RED value IS 71 (28.13% from 255) = 45.22%

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

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

R = 45.22%
G = 24.84%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47272F (or 0x47272F) is known color: Castro. HEX triplet: 47, 27 and 2F. RGB value is (71,39,47). Sum of RGB (Red+Green+Blue) = 71+39+47=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272F is #B8D8D0. Grayscale: #313131. Windows color (decimal): -12114129 or 3090247. OLE color: 3090247.

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

Color convert

RGB 71 39 47 -
CMYK 0 0.45 0.34 0.72
HSL 345º 0.29% 0.22% -
HSV(B) 345º 0.45% 0.28% -
XYZ 3.84 3 3.07 -
YUV 49.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 71 39 47 0 0.45 0.34 0.72 345 0.29 0.22
Hex 47 27 2F 0 2D 22 48 159 1D 16
Octal 107 47 57 0 55 42 110 531 35 26
Binary 1000111 100111 101111 0 101101 100010 1001000 101011001 11101 10110

Color Harmonies of #47272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47272F

Black with #47272F

Text Example


Text Example

White with #47272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,39,47); }

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

background-color css

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

 a { background-color: rgb(71,39,47); }

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

border-color css

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

 span { border-color: rgb(71,39,47); }

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