Html Css Color HEX #47262F Castro

📋 copy color: '#47262F'

red 71 ◦ green 38 ◦ blue 47

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

Shades of Castro #47262F

Tints of Castro #47262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

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

R = 45.51%
G = 24.36%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47262F (or 0x47262F) is known color: Castro. HEX triplet: 47, 26 and 2F. RGB value is (71,38,47). Sum of RGB (Red+Green+Blue) = 71+38+47=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262F is #B8D9D0. Grayscale: #303030. Windows color (decimal): -12114385 or 3089991. OLE color: 3089991.

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

Color convert

RGB 71 38 47 -
CMYK 0 0.46 0.34 0.72
HSL 343.64º 0.3% 0.21% -
HSV(B) 343.64º 0.46% 0.28% -
XYZ 3.8 2.93 3.05 -
YUV 48.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 71 38 47 0 0.46 0.34 0.72 343.64 0.3 0.21
Hex 47 26 2F 0 2E 22 48 158 1E 15
Octal 107 46 57 0 56 42 110 530 36 25
Binary 1000111 100110 101111 0 101110 100010 1001000 101011000 11110 10101

Color Harmonies of #47262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47262F

Black with #47262F

Text Example


Text Example

White with #47262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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